diskr 0.1.2

Lightweight terminal file explorer and disk/storage manager for macOS
diskr-0.1.2 is not a library.

diskr

diskr is a lightweight terminal file explorer and disk/storage manager for macOS.

It shows a navigable file list, recursive directory sizes, disk usage gauges, hidden-file toggling, sorting, and safe deletion through the macOS Trash. The disk pane is selectable, so you can jump directly to mounted volumes.

Install

From crates.io:

cargo install diskr

From a local checkout:

cargo install --path .

Then run:

diskr

To start in a specific directory:

diskr ~/Downloads

Keys

Key Action
Up/Down, j/k Move selection
Enter Open selected directory or disk
Backspace Go to parent directory
r Rescan directory sizes
o Cycle sort mode
. Toggle hidden files
d Move selected item to Trash
Tab Switch files/disks pane
q, Esc Quit

Notes

diskr is macOS-only. Directory sizing uses getattrlistbulk(2) for fast local scans, and deletion uses the macOS Trash rather than permanent removal.

Release Checks

cargo fmt -- --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test
cargo package