summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-24 14:24:12 -0500
committerGitHub <noreply@github.com>2020-02-24 14:24:12 -0500
commitea3d8aea7146fa2b51c0f66cfe3632c4f3118af5 (patch)
tree1a2f2b5c1d5e3ac9b283f6d2ab2e1a46d0899607
parent72111d986965861fa694f8a111b712fdad76b6bc (diff)
Update README.md
-rw-r--r--README.md16
1 files changed, 3 insertions, 13 deletions
diff --git a/README.md b/README.md
index ccf20ac..22be93e 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,10 @@
# joshuto
[ranger](https://github.com/ranger/ranger)-like terminal file manager written in Rust.
-Currently a work in progress.
-
-## Will be migrating to [tui-rs](https://github.com/fdehau/tui-rs) in the near future. Until then, no new development will be happening
-#### Progress:
- - implement multithreaded input (Done)
- - use characters/words rather than keycodes for config (Partial)
- - shift does not currently work with special keys (ie. Shift+Tab)
- - migrate to use tui gui (No work)
- - rework command system (No work)
![Alt text](joshuto_screenshot.png?raw=true "joshuto")
## Dependencies
- - ncurses
- [cargo](https://github.com/rust-lang/cargo/) >= 0.32.0
- [rustc](https://www.rust-lang.org/) >= 1.32.0
@@ -65,12 +55,12 @@ Please create a pull request :)
Please create an issue :)
## TODOs
- - [ ] Migrate to [tui-rs](https://github.com/fdehau/tui-rs)
+ - [x] Migrate to [tui-rs](https://github.com/fdehau/tui-rs)
- [x] Tab support
- [x] Ctrl/Shift/Alt support
- - [ ] Asynch File IO (cut/copy/paste/delete/rename) (in progress)
+ - [x] Asynch File IO (cut/copy/paste/delete/rename) (in progress)
- [ ] Built-in command line (in progress)
- [ ] File previews (in progress)
- [ ] Tab autocomplete (in progress)
- - [ ] Bulk rename
+ - [x] Bulk rename