1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00

document and attribute *archive utilities

This commit is contained in:
Connor Olding 2021-10-14 13:54:41 -07:00
parent 291f3a317f
commit 45501f7e73
3 changed files with 9 additions and 3 deletions

View File

@ -4,7 +4,9 @@
# NO_DASH
# NO_ASH
archive() {
archive() { ### @- create an archive file in one of a few formats.
### borrowed from [prezto.](https://github.com/sorin-ionescu/prezto)
#
# Creates archive file
#

View File

@ -4,7 +4,9 @@
# NO_DASH
# NO_ASH
lsarchive() {
lsarchive() { ### @- list the contents of an archive file in one of many formats.
### borrowed from [prezto.](https://github.com/sorin-ionescu/prezto)
#
# Lists the contents of archives.
#

View File

@ -4,7 +4,9 @@
# NO_DASH
# NO_ASH
unarchive() {
unarchive() { ### @- extract the contents of an archive file in one of many formats.
### borrowed from [prezto.](https://github.com/sorin-ionescu/prezto)
#
# Extracts the contents of archives.
#