CLI Text-Editor in Vanila C.
Gcc and Tonobo's Task are required. task bin will build it to ci-build.
Usage:
femto New file
femto {file} Open file
femto -h | --help Show help
femto -v | --version Show version
Enable logging by setting environment variable `FEMTO_DEBUG`.
| Key | Description |
|---|---|
Arrow keys |
Navigation |
ENTER |
New line |
BACKSPACE |
Remove char/line before cursor |
DELETE |
Remove char/line after cursor |
ESC |
Quit |
Ctrl+S |
Save |