fuNote/README.md

28 lines
511 B
Markdown
Raw Normal View History

2019-01-22 13:19:49 +01:00
# fuNote
2018-10-19 13:36:54 +02:00
2019-01-22 13:16:07 +01:00
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.
2018-10-19 13:36:54 +02:00
## Features
2019-01-22 13:16:07 +01:00
* Load/Save/Create text files
2018-10-19 13:36:54 +02:00
* Common keyboard controls
* Search
2019-01-22 13:19:49 +01:00
* Syntax Highlighting for C (so you can edit fuNote source IN fuNote)
2019-01-22 13:16:07 +01:00
* Super small (23k)
* No dependencies
2018-10-19 13:36:54 +02:00
## Compile
$ cd src
$ make
2019-01-22 13:16:07 +01:00
## Run
$ ./fn [filename]
2018-10-19 13:36:54 +02:00
## Author
Aaron Fischer (<mail@aaron-fischer.net>)
https://aaron-fischer.net/