We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I realize this tool uses | and L characters, instead you can copy paste from tree command:
|
L
tree
. ├── Makefile ├── README.md ├── cmd │ └── main.go ├── go.mod ├── go.sum └── hack ├── build-binaries.sh ├── build.sh └── test.sh
(these characters actually look better in the terminal, i.e. no gaps between pipes etc)
The text was updated successfully, but these errors were encountered:
768086e
No branches or pull requests
I realize this tool uses
|
andL
characters, instead you can copy paste fromtree
command:(these characters actually look better in the terminal, i.e. no gaps between pipes etc)
The text was updated successfully, but these errors were encountered: