Registry / cli / a8m-tree

a8m-tree

JSON →
library0.0.0-20240104212747-2c8764a5f17egogounverified

Package tree prints directory trees in a format similar to the Unix 'tree' command.

go get github.com/a8m/tree
INSTALL
IMPORT
SIG · A8M-TREE
A
a8m-tree
cligov0.0.0-20240104212747-2c8764a5f17e
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tree
github.com/a8m/tree

Prints the directory tree of the current directory to standard output.

package main import ( "os" "github.com/a8m/tree" ) func main() { tree.Print(os.Stdout, ".") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240104212747-2c8764a5f17elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Resources
a8m-tree — go get a8m-tree · libregistry