An open API service indexing awesome lists of open source software.

https://github.com/zmievsa/twalk

twalk packs an entire directory tree (including files) into a single .txt file, which it then can use to regenerate that directory tree.
https://github.com/zmievsa/twalk

Last synced: about 1 year ago
JSON representation

twalk packs an entire directory tree (including files) into a single .txt file, which it then can use to regenerate that directory tree.

Awesome Lists containing this project

README

          

# Features
twalk packs an entire directory tree (including files) into a single .txt file, which it then can use to regenerate that directory tree.

# Installation
`pip install twalk`

# Usage
```
usage: twalk [-h] [-i] [-v] [-V | -s] {pack,unpack} path

Condense a directory tree into a single txt file or extract it from one

positional arguments:
{pack,unpack} What to do with the specified path
path path to directory you wish to (un)pack

optional arguments:
-h, --help show this help message and exit
-i, --ignore_binary Instead of raising an exception when encountering
binary files during packing, skip them altogether
-v, --version show program's version number and exit
-V, --verbose
-s, --silent
```