Modern CLI tools with better UX
Python Lite Explorer — interactive disk usage explorer with a curses-based TUI. A faster, more visual alternative to ncdu. Part of the Pynosaur ecosystem.
Browse directories sorted by size with color-coded bars, navigate with arrow keys, and drill into subdirectories instantly.
pget install pyle
pyle # Explore current directory
pyle /usr # Explore /usr
pyle ~/Documents # Explore Documents
pyle --help
pyle --version
| Key | Action |
|---|---|
↑ / k |
Move cursor up |
↓ / j |
Move cursor down |
→ / l / Enter |
Open directory |
← / h |
Go to parent directory |
PgUp / PgDn |
Page up / down |
g / G |
Jump to first / last entry |
s |
Toggle sort: size (default) / name |
d |
Delete selected entry (confirms first) |
r |
Refresh / rescan current directory |
q / Esc |
Quit |
Each entry shows:
SIZE PCTG [######## ] filename
1.2M 45.2% [######### ] node_modules/
256.0K 9.8% [## ] src/
12.0K 0.5% [ ] README.md
[!] for errorshjkl navigation plus arrow keysd + confirmationbazel build //:pyle_bin
python test/test_main.py
MIT