✨ Key Features of show-file-tree
- Styled Tree Visualization – Display folder and file structures in a clean, readable tree format.
- Color Themes & Icons – Choose from themes (
colorful
, monokai
, light
, nocolor
) with or without icons.
- Depth Control – Limit recursion depth with
-d / --max-depth
for concise trees.
- Size & Count Display – Show file sizes and directory item counts.
- Sorting & Ordering – Sort output by name or size, in ascending or descending order.
- Filtering Support – Include/exclude files with glob patterns and time-based filters (
mtime
, ctime
).
- Gitignore Awareness – Automatically respects
.gitignore
(or bypass with --no-gitignore
).
- Markdown Export – Export the entire file tree to a
.md
file for documentation.
- Hidden Files Option – Easily toggle visibility of hidden files and directories.
- Top N Insights – Show top
N
largest or most recently modified files in the tree.