text editor
Go to file
2025-07-04 20:03:43 +03:00
.vscode renderer 2023-03-09 19:53:50 +06:00
cbuild@ef6a3f82c4 cbuild v7 2023-05-24 22:24:07 +06:00
kerep@aba67710c7 ScalingSize, onBuild, toString 2023-05-27 22:40:28 +06:00
resource_embedder@1708415900 started implementing dtsod parsing 2023-05-22 04:08:56 +06:00
src ScalingSize, onBuild, toString 2023-05-27 22:40:28 +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 ScalingSize, onBuild, toString 2023-05-27 22:40:28 +06:00
.gitignore started implementing dtsod parsing 2023-05-22 04:08:56 +06:00
.gitmodules submodule migration 2025-07-04 20:03:43 +03: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