fstree-0.1.0 is not a library.
๐ณ fstree
File System Tree (fstree) - A blazing fast directory listing command in Rust
๐ Features
- โก Blazing Fast: Built with Rust for maximum performance.
- ๐จ Smart Icons: Automatically detects file types (Rust, Python, Images, etc.).
- ๐ ๏ธ Zero Dependencies: A single static binary.
๐ฆ Installation
Or build from source:
๐ป Usage & Examples
Example 1: Basic Directory Listing
# List current directory
Example 2: Limit Depth
# Show only 2 levels deep
Example 3: Show Hidden Files
# Include files starting with .
Example 4: Target Specific Path
# List another directory
โ๏ธ Options Reference
| Option | Description | Example |
|---|---|---|
-p, --path PATH |
Target directory | fstree -p ./src |
-d, --depth NUM |
Limit depth levels | fstree -d 3 |
-a, --all |
Show hidden files | fstree -a |
-h, --help |
Show help | fstree --help |
-V, --version |
Show version | fstree --version |
๐ License
MIT License