Pack and unpack archive files
This library provides some commands and functions to pack and unpack archives in a simple way.
Commands to pack/unpack archive files can be defined by setting
pack-program-alist
variable.
To pack/unpack files from dired buffers, add following to your dired configuration:
(define-key dired-mode-map "P" 'pack-dired-dwim))
This command creates an archive file from marked files, or unpack the file when only one file is selected and that has an extension for archive.
This software is licensed under Apache License 2.0 . See LICENSE
for details.