Skip to content

A directory tree generator that has a user-friendly CLI. It also provide some interesting features, such as displaying a tree diagram with the contents of a directory on your terminal window and saving the diagram to an external file.

Notifications You must be signed in to change notification settings

kartikmehta8/RP-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

RP Tree - Directory Tree Generator

usage: tree [-h] [-v] [-d] [-o [OUTPUT_FILE]] [ROOT_DIR]

RP Tree, a directory tree generator

positional arguments:
  ROOT_DIR              Generate a full directory tree starting at ROOT_DIR

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -d, --dir-only        Generate a Directory-only Tree
  -o [OUTPUT_FILE], --output-file [OUTPUT_FILE]
                        Generate a full directory tree and save it to a file.

Thanks for using RP Tree!

About

A directory tree generator that has a user-friendly CLI. It also provide some interesting features, such as displaying a tree diagram with the contents of a directory on your terminal window and saving the diagram to an external file.

Topics

Resources

Stars

Watchers

Forks

Languages