├── .gitignore ├── LICENSE ├── README.md ├── pyproject.toml ├── tree.py └── uv.lock /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/willmcgugan/terminal-tree/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/willmcgugan/terminal-tree/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/willmcgugan/terminal-tree/HEAD/README.md -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/willmcgugan/terminal-tree/HEAD/pyproject.toml -------------------------------------------------------------------------------- /tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/willmcgugan/terminal-tree/HEAD/tree.py -------------------------------------------------------------------------------- /uv.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/willmcgugan/terminal-tree/HEAD/uv.lock --------------------------------------------------------------------------------