Simple file manager to practice using tui-rs
| Key | description |
|---|---|
| j, up | move up |
| k, down | move down |
| h, Left | move parent dir |
| l, Right | move child dir |
| tab | next dir tab |
| S+tab | prev dir tab |
| q | quick puit |
TODO: Update as needed
cargo build only
git clone https://github.com/GreasySlug/simple-tui-file-manager.git
rustup update
cd simle-tui-file_manager
cargo buildThis is a project for practicing github and rust.
Please check this doc