summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-09 13:27:59 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-09 13:27:59 -0500
commit1cb22965e82d136d99158a4ab1beb33b71acca73 (patch)
treec7831536b05cfbdbd46dfa361d4ad6bd933bc236
parent7ad153351f31c5c16459447204648237db37caf2 (diff)
update README with progress
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d7ea99..9d11e02 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,12 @@
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:
+ [x] implement multithreaded input
+ [~] use characters/words rather than keycodes for config
+ - shift does not currently work with special keys (ie. Shift+Tab)
+ [ ] migrate to use tui gui
+ [ ] rework command system
![Alt text](joshuto_screenshot.png?raw=true "joshuto")