https://github.com/timmarinin/tree
tree utility implemented in Go
https://github.com/timmarinin/tree
Last synced: 3 months ago
JSON representation
tree utility implemented in Go
- Host: GitHub
- URL: https://github.com/timmarinin/tree
- Owner: timmarinin
- Created: 2017-08-19T23:45:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T23:48:20.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T02:28:32.653Z (5 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tree
====Simple tree utility.
```sh
$ tree test
┬
└┬/Users/mt/Workspace/src/github.com/marinintim/tree/test
├┬dir1
│├─sub1
│├┬sub2
││├─sub1
││├─sub2
││└─sub3
│└─sub3
└─dir2
```See [DESIGN.md](https://github.com/marinintim/tree/blob/master/DESIGN.md) for more details.
## License
tree is licensed under MIT license, copyright 2017, Tim Marinin