tree_py
Installation and usage:
To install tree_py use the following steps:
Activate a virtual environment (or create a new one with
mkvirtualenv venv_nameand activate if none exist) withworkon venv_name.Install with the command: pip install -e git+ssh://git@github.com/gqc/notebooks.git#egg=notebooks This repo contains the tree_py command.
Use the tree_py command. The virtual environment that you activated/created in step 1 must be actiavted. Example usage:
tree_py . --level 3runs the tree command three levels deep within your current folder.tree_py ./cctvruns the tree command through all the subfolders within the cctv folder.