A simple archiving utility
xtrv creates archive files and unxtrv extracts archive files.
- Clone this repository
- Compile and install with
make && sudo make install
brew tap ttshivhula/xtrv-tap
brew install xtrv
./xtrv file1 dir1 ... -o file.xtrv
By default if you don't specify output file out.xtrv
will be used.
./xtrv file1 dir1 ... -o file.xtrv -k secretkey
./unxtrv file.xtrv
./unxtrv -k secretkey file.xtrv
./unxtrv -l file.xtrv