27 lines
511 B
Markdown
27 lines
511 B
Markdown
# fuNote
|
|
|
|
This is a minimalistic, (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 for C (so you can edit fuNote source IN fuNote)
|
|
* Super small (23k)
|
|
* No dependencies
|
|
|
|
## Compile
|
|
|
|
$ cd src
|
|
$ make
|
|
|
|
## Run
|
|
$ ./fn [filename]
|
|
|
|
## Author
|
|
|
|
Aaron Fischer (<mail@aaron-fischer.net>)
|
|
https://aaron-fischer.net/
|