summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-09 13:24:18 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-09 13:24:18 -0500
commit7ad153351f31c5c16459447204648237db37caf2 (patch)
tree12d76d224ff435195551b84649bc1174b2f11800
parent5b0f74d385b26a14470ce79dc111a3a80af90a7b (diff)
parentfa145338ec782d73b9daebeaf92697d57a62cc3d (diff)
Merge branch 'master' into dev
-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)