An experimental, super compact and small terminal editor.
Go to file
2018-10-19 13:37:30 +02:00
src Move all files to a source folder 2018-10-19 13:36:54 +02:00
.gitignore First attempt 2018-09-17 09:07:22 +02:00
README.md Make it a proper markdown file 2018-10-19 13:37:30 +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

TODO

  • ISO8859-15 or UTF-8 files and input
  • Line numbers
  • Soft wrap lines
  • Add a .fnrc file to store/read configuration

Author

Aaron Fischer (mail@aaron-fischer.net) https://aaron-fischer.net/