Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/10sr/pack-el
- Owner: 10sr
- License: apache-2.0
- Created: 2017-05-08T08:28:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T04:57:42.000Z (about 5 years ago)
- Last Synced: 2024-08-05T06:04:27.268Z (5 months ago)
- Language: Emacs Lisp
- Homepage: https://10sr.github.io/pack-el/
- Size: 52.7 KB
- Stars: 10
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.