Condense a directory tree into a single txt file or extract it from one
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
twalk-1.0.14.tar.gz
(4.3 kB
view hashes)
Built Distribution
twalk-1.0.14-py3-none-any.whl
(5.0 kB
view hashes)