wiper
TUI disk space analyzer and cleanup tool
TLDR
Analyze the current directory
$ wiper
Analyze a specific directory$ wiper [/home]
Navigate with keyboard: j/k or arrows to move, l/Enter to enter folder, h/Backspace to go back$ wiper
Press d twice to delete selected item, press t to toggle trash mode$ wiper
SYNOPSIS
wiper [path]
DESCRIPTION
wiper is a terminal-based disk analyzer that scans directories and visually displays which folders consume the most space. It provides colored output, file size metrics, and keyboard shortcuts for navigating and cleaning up disk usage. Works on Linux, macOS, and Windows.
PARAMETERS
j, k, Down, Up
Navigate up and down through directoriesl, Right, Enter
Enter a selected folderh, Left, Backspace
Return to parent directoryd
Delete mode (press once to select, again to confirm)s
Toggle sort order between name and sizec
Toggle gradient coloring for visual space usaget
Toggle trash mode (permanent vs. recoverable deletion)q
Exit the application
HISTORY
wiper was created by Alexandr Kobrin (ikebastuz) and is written in Rust.
