Skip to content

Knio/treecat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Displays a tree view of files and their contents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published