Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gambledor/fstree
File System Tree print out
https://github.com/gambledor/fstree
filesystem go recursion utility
Last synced: 22 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T04:05:26.000Z (over 4 years ago)
- Last Synced: 2024-06-20T05:02:11.166Z (7 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
```