Metadata-Version: 2.1
Name: dirtreeutil
Version: 0.1
Summary: A tree utility in Python.
Home-page: https://github.com/arthtyagi/dirutil
Author: Arth Tyagi
Author-email: arthtyagi7@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/arthtyagi/dirutil/master)

# dirutil
A Python utility to list your directory like a tree with formatting and options.

### How to use?

As of now, this is not a PyPi package installable with `pip` hence you need to :

* Clone the repo
* run `python3 dirutil.py -d <PATH>`

This is **mainly** intended for visualizing directories with clean strucutres or less files as are most other tree utilities. 



