docs: update

This commit is contained in:
Dylan Araps 2020-08-03 23:41:34 +03:00
parent 5b471f4da2
commit 4b3f88386d
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 5 additions and 3 deletions

8
README
View File

@ -7,12 +7,13 @@ wip file manager written in posix shell
features
________________________________________________________________________________
* really nice escape sequence handling for keys which emit '\033[<stuff>'. Not
based on read timeouts. Based on tracking position within sequences.
* Really nice escape sequence handling for keys which emit '\033[<stuff>'. Not
based on shitty read timeouts (can't do 'em anyway). Instead based on tracking
position within escape sequences.
* no dependencies other than a POSIX shell and POSIX (printf, dd, [ and stty)
* movement uses vim-like keybinds (hjkl).
* tiny?
todo
@ -25,6 +26,7 @@ ________________________________________________________________________________
- [ ] prompts
- [x] opener
- [x] resize
- [ ] ...
keybinds