treecat

Displays a tree view of files and their contents

Downloads
55
Stars
9
Committers
1

treecat

Displays a tree view of files and their contents

Installation

Recommended (latest release):

python3 -m pip install git+https://github.com/Knio/treecat.git@master

master branch:

python -m pip install git+https://github.com/Knio/treecat.git

Manual:

git clone https://github.com/Knio/treecat.git
cd treecat
python setup.py install

Usage

$ python -m treecat test/
/mnt/k/Programming/treecat/test
 broken -> foo
 bye.txt
    So long,
    cruel world.
 hello -> hi.txt
 hi.txt =>  Hello, World!