commandline-editor named as sary is written in c.It uses standard VT100 escape sequences.
this editor is compatible with linux system only.
mouse scrolling and touchpad scrolling is not implemented. i am working on it.
clone this repo and compile sary.c
example:gcc sary.c -o sary(executble file)
run sary or sary <filename> on terminal
save: CTRL-s(screen would be blank for one second after each save)
exit: CTRL-q
sary is written by sushil singh and is released under MIT license