Skip to content

sl0ths/tree-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A reimplementation of the tree tool in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages