text editor
Go to file
2023-05-24 22:24:07 +06:00
.vscode renderer 2023-03-09 19:53:50 +06:00
cbuild@ef6a3f82c4 cbuild v7 2023-05-24 22:24:07 +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 grid deserialization 2023-05-24 08:01:26 +06:00
tasks cbuild v7 2023-05-24 22:24:07 +06:00
utf8proc@4b6219095b utf8proc library added 2023-05-04 15:31:40 +06:00
view grid deserialization 2023-05-24 08:01:26 +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 cbuild v7 2023-05-24 22:24:07 +06:00
Makefile cbuild v7 2023-05-24 22:24:07 +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