scolte/README.md
2023-05-22 03:07:33 +06:00

641 B

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