fuNote/README.md

24 lines
399 B
Markdown
Raw Normal View History

2018-10-19 13:36:54 +02:00
# FuNote
This is a sinple (mostly) POSIX complaint terminal text editor, which
should be working on all common (and not so common) VT100 compatible
terminal emulators.
## Features
* Load/Save/create text files
* Common keyboard controls
* Search
* Syntax Highlighting
## Compile
$ cd src
$ make
$ ./fn
## Author
Aaron Fischer (<mail@aaron-fischer.net>)
https://aaron-fischer.net/