summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-10-22 11:07:34 -0400
committerGitHub <noreply@github.com>2019-10-22 11:07:34 -0400
commitfa145338ec782d73b9daebeaf92697d57a62cc3d (patch)
tree79f7695cddc6794edb8154ce65e106650c9c232a
parent79f99847fe4c3c1086ab6ce943969e01fd15b587 (diff)
Update README.md
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1124eca..9d7ea99 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
[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
+
![Alt text](joshuto_screenshot.png?raw=true "joshuto")
## Dependencies
@@ -57,6 +59,7 @@ Please create a pull request :)
Please create an issue :)
## TODOs
+ - [ ] 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)