https://github.com/gambledor/fstree
File System Tree print out
https://github.com/gambledor/fstree
filesystem go recursion utility
Last synced: 3 months ago
JSON representation
File System Tree print out
- Host: GitHub
- URL: https://github.com/gambledor/fstree
- Owner: gambledor
- License: gpl-3.0
- Created: 2018-06-13T11:16:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T04:05:26.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T19:50:00.225Z (5 months ago)
- Topics: filesystem, go, recursion, utility
- Language: Go
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fstree
File System Tree print out is my custom tree unix shell command.```
Usage of fstree:
-a Show dot files
-d Show directories only
-e string
Exclude listed directories.
Example: foo,bar,baz
-l int
Limit the level of recursion depth (default 4294967295)
-version
Show current program version
```