dduan / tre

Tree command, improved.
MIT License
884 stars 17 forks source link

Can not understand what '-s' option for #139

Open dontdieych opened 2 months ago

dontdieych commented 2 months ago
$ tre
.
├── .github
│   └── workflows
│       ├── pre-release.yml
│       └── tagged-release.yml
├── .gitignore
├── Info.go
├── LICENSE
├── README.md
├── go.mod
├── go.sum
├── main.go
├── make.sh
├── netscape_cookies.go
├── player_response.go
├── util.go
├── util_unix.go
├── util_windows.go
└── ytcfg.go

$ tre -s
.
├── Info.go
├── LICENSE
├── README.md
├── go.mod
├── go.sum
├── main.go
├── make.sh
├── netscape_cookies.go
├── player_response.go
├── util.go
├── util_unix.go
├── util_windows.go
├── ytcfg.go
└── ytarchive

$ cat .gitignore
# python
__pycache__/
*.py[cod]
build/
dist/
*.spec
.vscode/

# Files being used for testing/information
# but not needed in the repo
*.xml
*.json
*.txt
getvinfo.py
*.sh
ytarchive
*.exe
*.zip