2025-12-16 10:20:31 -07:00
|
|
|
# dutree
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
> Analyze filesystem usage with colorful text-based trees.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://github.com/nachoparker/dutree#usage>.
|
|
|
|
|
|
|
|
|
|
- Show a graphical tree of the current directory:
|
|
|
|
|
|
|
|
|
|
`dutree`
|
|
|
|
|
|
|
|
|
|
- Show a specific directory:
|
|
|
|
|
|
|
|
|
|
`dutree {{path/to/directory}}`
|
|
|
|
|
|
|
|
|
|
- Aggregate items smaller than a number of KB (or M for MB, or G for GB):
|
|
|
|
|
|
|
|
|
|
`dutree --aggr {{number}}K`
|
|
|
|
|
|
|
|
|
|
- Show subdirectories up to the specified depth (default is 1):
|
|
|
|
|
|
|
|
|
|
`dutree --depth {{depth}}`
|
|
|
|
|
|
|
|
|
|
- Skip directories for a fast local overview:
|
|
|
|
|
|
|
|
|
|
`dutree --files-only`
|
|
|
|
|
|
|
|
|
|
- Exclude hidden files:
|
|
|
|
|
|
|
|
|
|
`dutree --no-hidden`
|