Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/10sr/pack-el

Pack and Unpack Archive Files
https://github.com/10sr/pack-el

Last synced: about 2 months ago
JSON representation

Pack and Unpack Archive Files

Awesome Lists containing this project

README

        

[![MELPA](https://melpa.org/packages/pack-badge.svg)](https://melpa.org/#/pack)
[![MELPA Stable](https://stable.melpa.org/packages/pack-badge.svg)](https://stable.melpa.org/#/pack)

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.