Update the readme
This commit is contained in:
parent
02c58fa2bd
commit
1d997d42a5
1 changed files with 9 additions and 5 deletions
14
README.md
14
README.md
|
@ -1,21 +1,25 @@
|
||||||
# FuNote
|
# FuNote
|
||||||
|
|
||||||
This is a sinple (mostly) POSIX complaint terminal text editor, which
|
This is a minimalistic, (mostly) POSIX complaint terminal text editor,
|
||||||
should be working on all common (and not so common) VT100 compatible
|
which should be working on all common (and not so common) VT100
|
||||||
terminal emulators.
|
compatible terminal emulators.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Load/Save/create text files
|
* Load/Save/Create text files
|
||||||
* Common keyboard controls
|
* Common keyboard controls
|
||||||
* Search
|
* Search
|
||||||
* Syntax Highlighting
|
* Syntax Highlighting
|
||||||
|
* Super small (23k)
|
||||||
|
* No dependencies
|
||||||
|
|
||||||
## Compile
|
## Compile
|
||||||
|
|
||||||
$ cd src
|
$ cd src
|
||||||
$ make
|
$ make
|
||||||
$ ./fn
|
|
||||||
|
## Run
|
||||||
|
$ ./fn [filename]
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue