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/fphile
to somewhere that is in yourPATH
. On a Unix-like OS, a good candidate is/usr/local/bin
or/usr/bin
. Note that/usr/local/bin
may not be included inPATH
by default and you might need to add it. On Windows, you can place it under theC:\Program Files
folder.
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.