commands.sh

duc

all

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)

boolean

List all files and directories under `/usr/local`, showing relative file sizes in a graph

Example: duc ls {{[-Fg|--classify --graph]}} {{/usr/local}}
-R, --recursiveboolean

List all files and directories under `/usr/local` using treeview recursively

Example: 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 /usr

List all files and directories under `/usr/local`, showing relative file sizes in a graph

duc ls [-Fg|--classify --graph] /usr/local

List all files and directories under `/usr/local` using treeview recursively

duc ls [-Fg|--classify --graph] [-R|--recursive] /usr/local

Start the graphical interface to explore the filesystem using sunburst graphs

duc gui /usr

Run the ncurses console interface to explore the filesystem

duc ui /usr

Dump database info

made by @shridhargupta | data from tldr-pages