- Preview text files
- Traverse directories with arrow keys (or Enter/Backspace for down/up)
- Windows and Linux support
- More soon
Latest version
See all the releases
- Set up your rust environment if you haven't already
- Clone, then build the project
git clone https://github.com/pinkcloudhu/partial-commander
cd partial-commander
cargo build --release
- On Windows, the built executable can be found in
target\release\pc.exe
, on Linux and aliketarget/release/pc
.