https://github.com/kartikmehta8/rp-tree
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.
https://github.com/kartikmehta8/rp-tree
python-cli-project tree tree-generator
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kartikmehta8/rp-tree
- Owner: kartikmehta8
- Created: 2022-05-17T01:39:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T01:44:23.000Z (about 3 years ago)
- Last Synced: 2025-01-16T05:55:19.680Z (4 months ago)
- Topics: python-cli-project, tree, tree-generator
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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_DIRoptional 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!
```