summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2022-10-29 22:38:44 +0200
committerqkzk <qu3nt1n@gmail.com>2022-10-29 22:38:44 +0200
commitcc53243883b65787aca2f37af7fa7868419c65f3 (patch)
treed0869f23b143bcc76c0a1100c2b2f524de09104c
parentddf39e6675420fdc83363b757caaac647abff6d4 (diff)
readme
-rw-r--r--readme.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index 70b272d..a4fe46c 100644
--- a/readme.md
+++ b/readme.md
@@ -87,6 +87,13 @@
- [x] copy filename/filepath to clipboard with ctrl+c & ctrl+p
- [x] filters by ext / name / only dirs / all (aka no filter)
- [x] FIX: broken links aren't shown
+- [x] COPY improvment
+ - [x] async/threaded copy -- move & delete should be quick enough
+ - [x] progress bar for copy
+ - [x] move/copy progress displayed, nothing else
+ - [x] display copy/move with style, refresh when done (reset file position)
+- [x] FIX: opener crash, right on file crash when in nvim toggleterm
+- [x] FIX: marks saved without newlines
## TODO
@@ -103,11 +110,6 @@
- [ ] args read correctly, use NVIM_LISTEN_ADDRESS if args is sent
- [ ] display / event separation. use async and message passing between coroutines
- [ ] preview images @ranger [ueberzug-rs](https://github.com/Adit-Chauhan/Ueberzug-rs) @[termimage](https://rawcdn.githack.com/nabijaczleweli/termimage/doc/termimage/index.html)
-- [ ] COPY improvment
- - [ ] async/threaded copy -- move & delete should be quick enough
- - [x] progress bar for copy
- - [x] move/copy progress displayed, nothing else
-- [ ] opener crash, right on file crash when in nvim toggleterm
## BUGS