Skip to content
New issue

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

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

Open
dontdieych opened this issue Sep 23, 2024 · 0 comments
Open

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

dontdieych opened this issue Sep 23, 2024 · 0 comments

Comments

@dontdieych
Copy link

$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant