Zkomp – Light weight command line archiver

(Comments)

Zkomp is a light weight command line archive manager for all Linux distros.

  • Create archives.
  • Extract files from archive.

How to use ?

Zkomp is very ease to use.

  • Download the zkomp
  • Extract it and goto zkomp folder
  • run ./zkomp --help
usage: ./zkomp [OPTIONS]    
OPTIONS:   
    -s --source:  Input File or Directory   
    -f --format:  Archive Format eg: tar, tar.gz, iso  
    -e --extract: Extract the contents of the archives in the archive folder  
  -? --help  :  usage

Example

  • Compress/Archive
    • ./zkomp -s ~/Downloads/gitbook Default format to archive is .tar.gz
    • ./zkomp -s ~/Downloads/gitbook -f iso The default format can be overridden by -f(or)–format
  • Extract
    • ./zkomp -s ~/downloads/gitbook.tar.gz -e
    • ./zkomp -s ~/downloads/gitbook.iso -e

License

Zkomp is an Open Source project covered by the GNU General Public License version 2

Attention

Zkomp is under Pre-Alpha stage. Dive it under your own risk

Currently unrated