Skip to content

10sr/pack-el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MELPA MELPA Stable

pack.el

Pack and unpack archive files

Overview

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.

Use from Dired

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.

License

This software is licensed under Apache License 2.0 . See LICENSE for details.

About

Pack and Unpack Archive Files

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors