Cargo:
cargo install --locked pytreeHomebrew:
brew tap 0x12th/pytree
brew install pytreeBinary:
curl -LO https://github.com/0x12th/pytree/releases/download/v0.1.0/pytree-v0.1.0-linux-x86_64.tar.gz
tar -xzf pytree-v0.1.0-linux-x86_64.tar.gz
./pytree --versionpytree [PATH] [OPTIONS]pytree
pytree --depth 2
pytree --dirs-only
pytree --ignore "*.sqlite3"
pytree --format jsonDownload platform-specific archives from GitHub Releases.
| Option | Description |
|---|---|
--depth N |
Maximum tree depth |
--all |
Show hidden and ignored files |
--dirs-only |
Show directories only |
--no-gitignore |
Do not read .gitignore rules |
--ascii |
Use ASCII tree connectors |
--ignore PATTERN |
Add an ignore pattern |
--format tree|json |
Output format |
cargo fmt
cargo fmt-check
cargo typecheck
cargo lint
cargo qa
cargo package-checkSee docs/release.md.
