Analyze disk space usage and filesystem information including mounts, usage, and large files
Analyzes disk space and filesystem usage on Linux systems.
./scripts/diskinfo.sh for a structured overview of mounts, block devices, and top directories.df -h output for any filesystem above 80% usage.du -h --max-depth=1 /mount to find large subdirectories.find /path -type f -size +100M.df -h - Disk space usage for all mounted filesystems (human-readable)df -i - Inode usage (number of files)lsblk - Block device tree (disks, partitions)mount - Currently mounted filesystemsdu -sh /path - Total size of a directorydu -h --max-depth=1 /path - Size of immediate subdirectoriesdu -ah /path | sort -rh | head -20 - Largest files/directoriesfind /path -type f -size +100M - Files larger than 100MBfind /path -type f -size +1G - Files larger than 1GBls -lhS /path | head -20 - List files sorted by size (largest first)cat /proc/partitions - Partition tablecat /proc/mounts - Mount informationstat -f /path - Filesystem statistics-h for human-readable sizesdu command can be slow on large directories; use --max-depth=1 to limit recursion/) usage above 90% may cause issuesMonitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Control Sonos speakers (discover/status/play/volume/group).
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Local speech-to-text with the Whisper CLI (no API key).
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
Category:tools