Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitagry/gtree
πtree command with icons.
https://github.com/kitagry/gtree
Last synced: 2 months ago
JSON representation
πtree command with icons.
- Host: GitHub
- URL: https://github.com/kitagry/gtree
- Owner: kitagry
- Created: 2019-10-05T05:25:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T12:11:26.000Z (over 3 years ago)
- Last Synced: 2024-06-19T17:50:55.168Z (7 months ago)
- Language: Go
- Homepage:
- Size: 236 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gtree
π tree command with icons.
![sample image](./images/sample.png)
## Requirements
[Nerd Fonts](https://www.nerdfonts.com/) or related fonts.
## Installation
```
$ go get github.com/kitagry/gtree
```## Usage
```
$ gtree -h
Usage:
gtree [-adfn] [--version] [-I pattern] [-o filename] [-L level] [--help] [--]
[]List Options:
-a, --all All files are listed.
-d List directories only.
-I= Do not list files that match the given pattern.
-L, --level= Descend only level directories deep.
-f Print the full path prefix for each file.
-o= Output to file instead of stdout.
-n Do not show the icon of files and directoriesMiscellaneous Options:
--version show versionHelp Options:
-h, --help Show this help message
```