Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azlux/archive-cli
extract/compress easy to learn function
https://github.com/azlux/archive-cli
archive easy-functions easy-to-use kiss
Last synced: 15 days ago
JSON representation
extract/compress easy to learn function
- Host: GitHub
- URL: https://github.com/azlux/archive-cli
- Owner: azlux
- Created: 2020-05-28T14:34:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T14:16:50.000Z (about 4 years ago)
- Last Synced: 2024-10-11T00:55:43.979Z (about 1 month ago)
- Topics: archive, easy-functions, easy-to-use, kiss
- Language: Shell
- Size: 7.81 KB
- Stars: 24
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# archive-cli
KISS extract/compress easy to learn function### About
Extract/Compress easy to learn function.
I complained against all the CLI commands on linux to compress / decompress files and folders.
So I've write scripts.- One command to compress :`archive-create` (only 2 parameters available)
- One command to decompress/extract: `archive-extract`
The script take care of the file extension to call the good command.
### Install
### With APT (recommended)
echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
apt update
apt install archive-cli### Manually
you can use a simple `git clone`