Skip to content
/ pkupk Public

Easy-to-use cmdline wrapper for various archivers (.tar*, .zip, .deb, .rpm, etc.).

License

Notifications You must be signed in to change notification settings

yugr/pkupk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pk/upk grew out of inconvenience of working with existing zoo of archivers that have widely varying cmdline interfaces and different conventions.

Pk/upk provide a simple common interface to all .tar*, .zip, .7z, winmail.dat, .deb, .rpm, .apk, etc.

To put all text files to my.tar.gz (under folder my/):

$ pk my.tar.gz *.txt

To put directory dir into dir.tgz just do

$ pk dir.tgz

To extract files from my.tar.gz to folder my/ (optionally creating it if it's missing in .tar.gz):

$ upk my.tar.gz
$ ls my/

TODO:

About

Easy-to-use cmdline wrapper for various archivers (.tar*, .zip, .deb, .rpm, etc.).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages