Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 192 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 192 Bytes

treeit

treeit is a mini linux util, that make tree from list of paths

"Just tree it!"

Usage

find . -iname "*.py" | treeit

Installing

sudo cp ./treeit.py /usr/local/bin/treeit