ranger-like terminal file manager written in Rust.
Also see Cargo.toml
~$ cargo build
~$ cargo install --path=. --force
~# cargo install --path=. --force --root=/usr/local # /usr also works
Fedora (COPR)
sudo dnf copr enable atim/joshuto -y
sudo dnf install joshuto
Arch (AUR)
[yay/paru] -S joshuto
[yay/paru] -S joshuto-git
MacOS (MacPorts)
sudo port install joshuto
~ $ joshuto
Check out wiki/Configuration for details and config/ for examples
- general configurations
- for keybindings, please take a look at src/util/key_mapping.rs for non-printable keys
- for commands, please take a look at src/commands/commands.rs
- for opening files with applications
- color customizations
Please create an issue :)
- Migrate to tui-rs
- Tab support
- Ctrl/Shift/Alt support
- Asynch File IO (cut/copy/paste)
- Built-in command line (in progress)
- Currently implementation is kind of janky
- File previews (in progress)
- Waiting for tui-rs to support parsing ANSI color codes
- Tab autocomplete (in progress)
- Bulk rename