james-antill / tree

An implementation of the tree command written in Go, that can be used programmatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Card Go Doc Release License

tree

An implementation of the tree command written in Go, that can be used programmatically.

Based off of github.com/a8m/tree, but with a bunch of UI changes.

tree command output

Installation:

$ go get github.com/james-antill/tree/cmd/tree

Next

The next big thing is to get dircolors support included.

License

MIT

About

An implementation of the tree command written in Go, that can be used programmatically.

License:MIT License


Languages

Language:Go 97.5%Language:Shell 2.5%