tree

command module
v1.1.201910072050 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2019 License: MIT Imports: 10 Imported by: 0

README

tree

Wraps $ tree with a pipable version.

Usage

# Regular tree still works:
$ tree
# => 
# .
# ├── tmp
# └── src
#     └── linux_amd64
#         └── github.com
#             └── homburg
#                 ├── cli.a
#                 └── envoke.a

# Pipable tree
$ find pkg | tree "/"
# .
# └── pkg
#     └── linux_amd64
#         └── github.com
#             └── homburg
#                 ├── cli.a
#                 └── envoke.a

$ git ls-files | tree
# .travis.yml
# LICENSE
# Makefile
# README.md
# cmd
# └── tree
#     ├── README.md
#     └── main.go
# data.csv
# files.txt
# tree.go
# tree_test.go

LICENSE

LICENSE.md LICENSES.md

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL