An open API service indexing awesome lists of open source software.

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

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