Unix tree but better written in the Rust programming language.
Default behaviour:
Display files as relative path from current directory recursively.
- Display files from a given root directory ( --dir or -d )
- Display files in tree architecture ( --tree or -t ) current issue with branching
- Display files size ( --size or -s ) current inaccuracy with file size values
- Display files in a given order ( --sorby )
- Display hidden files ( --all or -a )
- Display files recursively up to a maximum depth ( --max-depth or -m )
- Display files only skipping over folders ( --file-only or -f )
See [TODO.md]
- Display statistics on files and/or given directory ( --stats )