text editor
Go to file
2023-05-22 03:07:33 +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@d7136055d9 terminal functions 2023-05-19 23:45:56 +06:00
resource_embedder@81df594082 resource_embedder 2023-05-22 03:07:33 +06:00
src setlocale 2023-05-19 23:51:59 +06:00
tasks updated scripts 2023-05-19 14:10:04 +06:00
utf8proc@4b6219095b utf8proc library added 2023-05-04 15:31:40 +06:00
.gitignore cbuild updated 2023-02-13 21:52:45 +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