Linux build

MacOS build

joshuto

ranger-like terminal file manager written in Rust.

Alt text

Dependencies

Also see Cargo.toml

Building

~$ cargo build

Installation

For single user

~$ cargo install --path=. --force

System wide

~# cargo install --path=. --force --root=/usr/local # /usr also works

Packaging status

Fedora (COPR)

sudo dnf copr enable atim/joshuto -y sudo dnf install joshuto

Arch (AUR)
MacOS (MacPorts)

sudo port install joshuto

Usage

~ $ joshuto

Configuration

Check out docs for details and config for examples

joshuto.toml

keymap.toml

mimetype.toml

theme.toml

Contributing

See docs

Features/Bugs

Please create an issue :)

TODOs