duc
A collection of tools for indexing, inspecting, and visualizing disk usage. Duc maintains a database of accumulated sizes of directories of the filesystem, allowing queries in this database, or creating fancy graphs to show where data is.
More info →Options (2)
booleanList all files and directories under `/usr/local`, showing relative file sizes in a graph
duc ls {{[-Fg|--classify --graph]}} {{/usr/local}}-R, --recursivebooleanList all files and directories under `/usr/local` using treeview recursively
duc ls {{[-Fg|--classify --graph]}} {{[-R|--recursive]}} {{/usr/local}}Examples (6)
Index the `/usr` directory, writing to the default database location `~/.duc.db`
duc index /usrList all files and directories under `/usr/local`, showing relative file sizes in a graph
List all files and directories under `/usr/local` using treeview recursively
Start the graphical interface to explore the filesystem using sunburst graphs
duc gui /usrRun the ncurses console interface to explore the filesystem
duc ui /usr