text editor
| .vscode | ||
| cbuild@ef6a3f82c4 | ||
| kerep@70807ed22b | ||
| resource_embedder@1708415900 | ||
| src | ||
| tasks | ||
| utf8proc@4b6219095b | ||
| view | ||
| .gitignore | ||
| .gitmodules | ||
| default.config | ||
| Makefile | ||
| README.md | ||
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