An experimental, super compact and small terminal editor.
Go to file
2019-01-22 12:03:38 +01:00
src Only move the sursor if needed on search #16 2019-01-22 12:03:38 +01:00
.gitignore Add TAGS to .gitignore 2019-01-22 11:20:38 +01:00
README.md Remove TODOs, because I use the issue tracker 2018-10-25 12:11:31 +00: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/