text editor
Go to file
2023-05-24 03:03:02 +06:00
.vscode renderer 2023-03-09 19:53:50 +06:00
cbuild@5e23ef8156 terminal functions 2023-05-19 23:45:56 +06:00
kerep@70807ed22b fixed all errors 2023-05-24 03:03:02 +06:00
resource_embedder@1708415900 started implementing dtsod parsing 2023-05-22 04:08:56 +06:00
src fixed all errors 2023-05-24 03:03:02 +06:00
tasks started implementing dtsod parsing 2023-05-22 04:08:56 +06:00
utf8proc@4b6219095b utf8proc library added 2023-05-04 15:31:40 +06:00
view fixed all errors 2023-05-24 03:03:02 +06:00
.gitignore started implementing dtsod parsing 2023-05-22 04:08:56 +06:00
.gitmodules resource_embedder 2023-05-22 03:07:33 +06:00
default.config terminal functions 2023-05-19 23:45:56 +06:00
Makefile utf8proc library added 2023-05-04 15:31:40 +06:00
README.md resource_embedder 2023-05-22 03:07:33 +06:00

SCoLTE - Simple Command-Line Text Editor

I just wanted to edit text files from terminal, not to memorize a ton of weird shortcuts for nano or vim. So here it is - easy to use text editor.

Dependencies

Included as git submodules:

  • cbuild - my build system written in shell scripts
  • kerep - library with code i use in all my projects
  • utf8proc - unicode processing library
  • resource_embedder - program that transforms files to array definitions in C