Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 972 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 972 Bytes

tree

This is a reimplementation of the tree tool, using Python.

  _____      ____     U _____ u U _____ u 
 |_ " _|  U |  _"\ u  \| ___"|/ \| ___"|/ 
   | |     \| |_) |/   |  _|"    |  _|"   
  /| |\     |  _ <     | |___    | |___   
 u |_|U     |_| \_\    |_____|   |_____|  
 _// \\_    //   \\_   <<   >>   <<   >>  
(__) (__)  (__)  (__) (__) (__) (__) (__) .py 

A tree(1) clone written in Python.
                                         
Usage: tree.py [options] [directory]

Options:
  -a,  --all                Include hidden files
  -gitignore                Exclude files listed in .gitignore.
  -sn, --sortbyname         Sort files by name.
  -r,  --reverse            Sort files by name in reverse.
  -fo, --filesonly          Only show files.
  -do, --dirsonly           Only show directories
  -L[num]                 Max depth the directory tree reaches.
  -h,  --help               Show this help message and exit.


  All Rights Reserved