Skip to content

mani098/zkomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zkomp

Join the chat at https://gitter.im/Bash-it/bash-it

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

Task List

  •   Tar GZip (.tar.gz)
  •   Tar format (.tar)
  •   Tar Bzip2 (.tar.bz2)
  •   ISO format (.iso)
  •   ZIP Archive (.zip)
  •   Z format (.Z)
  •   7-Zip Compressed File (.7z)
  •   Save the archive in a different format. Eg., gitbook.7z to gitbook.tar.gz
  •   Preview the content of and archive File.

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

About

A Light weight command line archive manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages