Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knio/treecat
Displays a tree view of files and their contents
https://github.com/knio/treecat
Last synced: about 1 month ago
JSON representation
Displays a tree view of files and their contents
- Host: GitHub
- URL: https://github.com/knio/treecat
- Owner: Knio
- Created: 2017-03-22T05:36:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T02:55:57.000Z (3 months ago)
- Last Synced: 2024-09-17T06:25:28.365Z (3 months ago)
- Language: Python
- Size: 111 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# treecat
Displays a tree view of files and their contents
## Installation
Recommended (latest release):
```sh
python3 -m pip install git+https://github.com/Knio/treecat.git@master
````master` branch:
```sh
python -m pip install git+https://github.com/Knio/treecat.git
```Manual:
```sh
git clone https://github.com/Knio/treecat.git
cd treecat
python setup.py install
```## Usage
```sh
$ python -m treecat test/
/mnt/k/Programming/treecat/test
├── broken -> foo
├── bye.txt
│ █ So long,
│ █ cruel world.
├── hello -> hi.txt
└── hi.txt => █ Hello, World!
```