https://github.com/rmccorm4/gotree
🌴 UNIX tree command written in Go.
https://github.com/rmccorm4/gotree
command-line command-line-tool filesystem go pretty-print tree unix
Last synced: 28 days ago
JSON representation
🌴 UNIX tree command written in Go.
- Host: GitHub
- URL: https://github.com/rmccorm4/gotree
- Owner: rmccorm4
- License: mit
- Created: 2019-08-31T00:06:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T01:29:46.000Z (almost 7 years ago)
- Last Synced: 2025-05-25T08:41:42.173Z (about 1 year ago)
- Topics: command-line, command-line-tool, filesystem, go, pretty-print, tree, unix
- Language: Go
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gotree
UNIX tree command written in Go
Inspired by [@campoy](https://github.com/campoy)'s JustForFunc series #35 video: https://www.youtube.com/watch?v=XbKSssBftLM
## Possible Future Additions
* [ ] Dircolors
* [ ] Configurable Depth
* [ ] Symlinks
* [ ] Show total Directories/Files
* [ ] Catch symlink loop