Sorin Ionescu
12 years ago
6 changed files with 10 additions and 10 deletions
@ -1,8 +1,8 @@ |
|||||||
#compdef ls-archive |
#compdef lsarchive |
||||||
#autoload |
#autoload |
||||||
|
|
||||||
# |
# |
||||||
# Completes ls-archive. |
# Completes lsarchive. |
||||||
# |
# |
||||||
# Authors: |
# Authors: |
||||||
# Sorin Ionescu <sorin.ionescu@gmail.com> |
# Sorin Ionescu <sorin.ionescu@gmail.com> |
@ -1,8 +1,8 @@ |
|||||||
#compdef extract |
#compdef unarchive |
||||||
#autoload |
#autoload |
||||||
|
|
||||||
# |
# |
||||||
# Completes extract. |
# Completes unarchive. |
||||||
# |
# |
||||||
# Authors: |
# Authors: |
||||||
# Sorin Ionescu <sorin.ionescu@gmail.com> |
# Sorin Ionescu <sorin.ionescu@gmail.com> |
@ -1,5 +1,5 @@ |
|||||||
# |
# |
||||||
# Lists the contents of popular archive formats. |
# Lists the contents of archives. |
||||||
# |
# |
||||||
# Authors: |
# Authors: |
||||||
# Sorin Ionescu <sorin.ionescu@gmail.com> |
# Sorin Ionescu <sorin.ionescu@gmail.com> |
@ -1,5 +1,5 @@ |
|||||||
# |
# |
||||||
# Extracts the contents of popular archive formats. |
# Extracts the contents of archives. |
||||||
# |
# |
||||||
# Authors: |
# Authors: |
||||||
# Sorin Ionescu <sorin.ionescu@gmail.com> |
# Sorin Ionescu <sorin.ionescu@gmail.com> |
Loading…
Reference in new issue