From ea3d8aea7146fa2b51c0f66cfe3632c4f3118af5 Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Mon, 24 Feb 2020 14:24:12 -0500 Subject: Update README.md --- README.md | 16 +++------------- 1 file 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 -- cgit v1.2.3