https://github.com/sschmid/bee-tree
Create directory and file overviews with tree - https://github.com/sschmid/bee
https://github.com/sschmid/bee-tree
bash bee folder-structure plugin tree
Last synced: 7 months ago
JSON representation
Create directory and file overviews with tree - https://github.com/sschmid/bee
- Host: GitHub
- URL: https://github.com/sschmid/bee-tree
- Owner: sschmid
- License: mit
- Created: 2021-01-31T01:40:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T19:43:10.000Z (about 4 years ago)
- Last Synced: 2025-02-13T20:44:21.105Z (12 months ago)
- Topics: bash, bee, folder-structure, plugin, tree
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# tree
Create directory and file overviews with tree
https://github.com/sschmid/bee-tree
```
template:
TREE_IGNORE="bin|obj|Build|Temp" # default
usage:
dirs print tree of dirs only
dirs_and_files print tree of dirs and files
requirements:
tree
```