textar
A simple textar archiver CLI
Installation
pip install git+https://github.com/sreecodeslayer/textar.git
or build from source after cloning
git clone https://github.com/sreecodeslayer/textar.git
cd textar
python setup.py install
Usage
- Archive
textar <out_file> <input_file> [... <input_file>]
- List contents in an archive
textar -l <txr_file>
- Extract to current working directory
textar -x <txr_file>