summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2022-10-08 13:42:43 +0200
committerqkzk <qu3nt1n@gmail.com>2022-10-08 13:42:43 +0200
commit4b996d057eeaad4e5501468000140631bc28c53f (patch)
treed0c127a9f84e15bd2b31e531eb52290b3b4e09b3
parentac8c84b47b4dcd95bf6b201434fe59f2811e3e74 (diff)
-rw-r--r--readme.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/readme.md b/readme.md
index 5b89882..978ee2a 100644
--- a/readme.md
+++ b/readme.md
@@ -65,6 +65,11 @@
- [x] dissociate keybinding from status update
- [x] fix: cursor is hidden before leaving the application
- [x] create a symlink to flagged files
+- [x] preview a file with P
+ - [x] preview navigation, integrate into file_window,
+ - [x] preview content in head not stack
+ - [x] syntax highlighting with [syntect](https://github.com/trishume/syntect)
+ - [x] binary preview
## TODO
@@ -79,14 +84,8 @@
- https://neovim.io/doc/user/api.html
- [ ] display / event separation. use async and message passing between coroutines
- [ ] rename file_window to content_window ?
-- [x] preview a file with P
- - [x] preview navigation, integrate into file_window,
- - [x] preview content in head not stack
- - [ ] use external previewer, async like fzf and whatever
- - [ ] async / thread / fork ?
- - [ ] syntax highlighting with [syntect](https://github.com/trishume/syntect)
- - [ ] simple example : [latex demo](https://github.com/trishume/syntect/blob/master/examples/latex-demo.rs)
- [ ] integrate fzf or another fuzzy finder
+- [ ] history of visited files: use a Vec as a stack [collections](https://doc.rust-lang.org/std/collections/index.html)
## BUGS