Skip to main content

tree_py

Installation and usage:

To install tree_py use the following steps:

  1. Activate a virtual environment (or create a new one with mkvirtualenv venv_name and activate if none exist) with workon venv_name.

  2. Install with the command: pip install -e git+ssh://git@github.com/gqc/notebooks.git#egg=notebooks This repo contains the tree_py command.

  3. Use the tree_py command. The virtual environment that you activated/created in step 1 must be actiavted. Example usage:

  • tree_py . --level 3 runs the tree command three levels deep within your current folder.
  • tree_py ./cctv runs the tree command through all the subfolders within the cctv folder.