# joshuto ranger-like terminal file manager written in Rust. Is a work in progress. ![Alt text](joshuto_screenshot.png?raw=true "joshuto") ## Dependencies - ncurses - cargo - rustc Also see [Cargo.toml](https://github.com/kamiyaa/joshuto/blob/master/Cargo.toml) ## Installation ``` $ cargo build # cargo install --root=/usr/local --force ``` ## Usage ``` ~ $ joshuto ``` ## Configuration Joshuto can currently be configured using the following files: [joshuto.toml](https://github.com/kamiyaa/joshuto/blob/master/config/joshuto.toml) - general configurations [keymap.conf](https://github.com/kamiyaa/joshuto/blob/master/config/keymap.conf) - for keybindings - please take a look at [keymapll.rs](https://github.com/kamiyaa/joshuto/blob/master/src/joshuto/keymapll.rs) for keycodes - for commands - please take a look at [command.rs](https://github.com/kamiyaa/joshuto/blob/master/src/joshuto/command.rs) for available commands [mimetype.toml](https://github.com/kamiyaa/joshuto/blob/master/config/mimetype.toml) - for opening files with applications - **currently causes program to be unable to open any files when this config is missing** Place these config files in your `XDG_CONFIG_DIR/joshuto` (usually `$HOME/.config/joshuto/`) ## Contributing Create a pull request please :) ## Features/Bugs Create an ssue please :)