/spit-structure

Python script that logs out your directory structure

Primary LanguagePythonMIT LicenseMIT

Spit Structure

A simple script to print out the structure your current directory.

Installation

chmod +x spit.py ; sudo mv spit.py /usr/local/bin/spit

Usage

Basic

spit

With depth

spit -d 2

With depth and hidden files

spit -a -d 2