pinkcloudhu / partial-commander

A simple console based directory tree navigator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

partial-commander

A simple console based directory tree navigator

Aiming to be quick to change directories

Features

  • Preview text files
  • Traverse directories with arrow keys (or Enter/Backspace for down/up)
  • Windows and Linux support
  • More soon

Usage

Prebuilt portable binary

Latest version

See all the releases

Building from source

  • 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 alike target/release/pc.

About

A simple console based directory tree navigator

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%