diskr-0.1.0 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.
Install
From crates.io:
From a local checkout:
Then run:
To start in a specific directory:
Keys
| Key | Action |
|---|---|
| Up/Down, j/k | Move selection |
| Enter | Open selected directory |
| Backspace | Go to parent directory |
| r | Rescan directory sizes |
| o | Cycle sort mode |
| . | Toggle hidden files |
| d | Move selected item to Trash |
| Tab | Switch panes |
| 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