https://github.com/andreif/ls-tree-python
https://github.com/andreif/ls-tree-python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreif/ls-tree-python
- Owner: andreif
- License: mit
- Created: 2023-01-07T13:20:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T18:56:28.000Z (over 3 years ago)
- Last Synced: 2024-08-09T07:46:03.948Z (almost 2 years ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ls-tree
```bash
alias t="venv/bin/poetry run ls-tree"
alias tt="t | less -R"
```