summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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)