Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 667 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 667 Bytes

simple-tui-file-manager

Simple file manager to practice using tui-rs

Keymap

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

Installation

cargo build only

git clone https://github.com/GreasySlug/simple-tui-file-manager.git
rustup update
cd simle-tui-file_manager
cargo build

To Contribute

This is a project for practicing github and rust.

Please check this doc