Pynosaur

Modern CLI tools with better UX

View the Project on GitHub pynosaur/pynosaur

← Back

pyle

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.

Install

pget install pyle

Usage

pyle                    # Explore current directory
pyle /usr               # Explore /usr
pyle ~/Documents        # Explore Documents
pyle --help
pyle --version

Keybindings

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

Display

Each entry shows:

   SIZE  PCTG  [########          ]  filename
  1.2M  45.2%  [#########         ]  node_modules/
 256.0K  9.8%  [##                ]  src/
  12.0K  0.5%  [                  ]  README.md

Features

Build

bazel build //:pyle_bin

Tests

python test/test_main.py

License

MIT