Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```