tree icon indicating copy to clipboard operation
tree copied to clipboard

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

Results 6 tree issues
Sort by recently updated
recently updated
newest added

Is there an option to return a JSON representation from the standard cli ?

- [ ] x - [ ] R - [x] matchdirs - [x] prune - [ ] charset X - [ ] filelimit - [ ] timefmt - [ ]...

This is a port of the parallel node.Visit() code from my fork. It spawns upto 32 goroutines to do a node.Visit() and when it reaches the limit each goroutine will...

Currently, the `-I` flag and `IPattern` option only ignore _files_ with the given pattern. Directories matching the pattern remain in the tree. Would it be possible to also ignore directories?...

The package doesn't compile under go1.12beta1 I've tracked this down to a non-backwards compatible change in the FreeBSD go syscalls for which I've opened an issue https://github.com/golang/go/issues/29393 Depending on the...

bug