Hello Data Points 👋¶
Desorption
A small, fast CLI to display styled file/folder trees — perfect for documenting project structure, exporting to Markdown, or quickly inspecting repos.
Install¶
Basic¶
Command Line Interface of show-file-tree
File Path¶
File path miss Match
File path Match
Error Handing¶
When a typo error occurs
Error
Usage: show-file-tree [OPTIONS] [ROOT_PATH] COMMAND [ARGS]...
Try 'show-file-tree --help' for help.
╭─ Error ──────────────────────────────────────────────────────────────────────────╮
│ Invalid value for '[ROOT_PATH]': Directory 'count' does not exist. │
╰──────────────────────────────────────────────────────────────────────────────────╯
Examples
Why use show-file-tree
?¶
- Fast, memory-safe traversal — suitable for large directories.
- Pretty terminal output — icons, counts, human-readable sizes.
- Powerful filtering — globs, mtime/ctime windows.
- Markdown export — create readable project documentation automatically.
- Themes & ASCII fallback — works in CI or minimal terminals.
- and many more .....