/textar

A simple textar archiver CLI

Primary LanguagePythonMIT LicenseMIT

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

  1. Archive
textar <out_file> <input_file> [... <input_file>]
  1. List contents in an archive
textar -l <txr_file>
  1. Extract to current working directory
textar -x <txr_file>