A command-line file manager written in rust
- Download the executable from the latest release on github
- Install rust preferably using
rustup, as well as git - Download a copy of the code:
git clone https://github.com/micnekr/filephile.git - Go to the code folder:
cd filephile - Build the project:
cargo build --release - Copy
./target/release/fphileto somewhere that is in yourPATH. On a Unix-like OS, a good candidate is/usr/local/binor/usr/bin. Note that/usr/local/binmay not be included inPATHby default and you might need to add it. On Windows, you can place it under theC:\Program Filesfolder.
If you installed manually (i.e. not from a package manager), you will need to use a config file. I recommend you use example_config.toml as the base or just copy it. example_config.toml uses vim key bindings.