Skip to content

abelr-githubplace/rtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rtree project

Unix tree but better written in the Rust programming language.

Added features

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 )

Future features

See [TODO.md]

  • Display statistics on files and/or given directory ( --stats )

About

Unix tree command but better

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages