Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skeptycal/tree
https://github.com/skeptycal/tree
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skeptycal/tree
- Owner: skeptycal
- License: gpl-2.0
- Created: 2020-12-10T01:43:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T07:32:16.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T08:07:57.883Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 2.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree
## Description:
>Tree is a recursive directory listing command that produces a depth indented listing of files, which is colorized ala dircolors if color tty output is available.>The idea was based on the functionality of the GNU freeware program `tree` and is similarly licensed (GPL v2)
>Tree has been tested under the following operating systems: Linux, macOS, Windows.
>The following likely work because of Go's wide compiler coverage, but no testing has been done: FreeBSD, Solaris, HP/UX, Cygwin, HP Nonstop and OS/2.
## Example:
Here is an example of the output of tree:![terminal output from tree command](original/tree.jpg)
```sh
➜ tree -C
.
├── CHANGES
├── INSTALL_RECEIPT.json
├── LICENSE
├── README
├── TODO
├── bin
│ └── tree
└── share
└── man
└── man1
└── tree.14 directories, 7 files
```asdf