Add tree command to third_party

This commit is contained in:
Justine Tunney 2023-10-15 19:46:40 -07:00
parent 7b8024d088
commit d1300623d2
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
19 changed files with 5303 additions and 4 deletions

19
third_party/tree/README.cosmo vendored Normal file
View file

@ -0,0 +1,19 @@
DESCRIPTION
The tree command prints a chart of files and directories.
ORIGIN
https://mama.indstate.edu/users/ice/tree/
https://github.com/Old-Man-Programmer/tree
84fa3ddff51b30835a0f9c4a9e4c9225970f9aff
LICENSE
GPL v2+
LOCAL MODIFICATIONS
- Make the default mode a colorful mode. You no longer need to define
the CLICOLOR enviroment variable or pass the -C flag to get color
when standard output is a terminal.