Kaleb Elwert
485ad9e704
Add Alternatives section to archive module README ( Fixes #705 )
2017-11-10 10:38:15 -08:00
Nicola Corna
9520f1be6f
archive: fix unrar-free and add support for unar ( #1383 )
...
* archive: fix unrar check when using unrar-free
unrar-free returns the error code 1 when run without arguments, thus
failing the presence check. Replacing the current presence check with
(( $+commands[unrar] )) fixes the problem.
* archive: add unar support for lsarchive and unarchive
No `archive` support with unar.
2017-09-18 16:27:31 -07:00
Jeff Widman
58bcc43bf9
Fix typo
2017-08-29 15:18:30 -07:00
Kaleb Elwert
7d5beeab51
Add comments into each of the function files to make them easier to find
2017-07-06 16:13:36 -07:00
Matt Hamilton
fb37539f43
archive: add archive function
2017-04-17 22:44:47 -07:00
Khai Do
7242b4ed49
archive: add support for *.jar files ( #1302 )
2017-04-17 22:04:28 -07:00
Zach Riggle
7227c4f0be
Fix unarchive for .deb which uses xz, and absolute paths
2015-11-12 12:01:37 -05:00
Ivan Alejandro
86ba5b69d3
Ignore case in filenames
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
2014-10-10 18:55:26 -04:00
Sorin Ionescu
a84ac5b002
Only one newline at end of file
2014-10-09 23:38:15 -04:00
Sorin Ionescu
10c33ec9a4
Convert tabs to spaces
2014-10-09 23:38:13 -04:00
lucy
3e8349ddde
Use the x
command for unrar and rar to preserve paths
...
unrar and rar will discard everything up to the file name when extracting
with `e`. This breaks extraction of archives that have files with duplicate
file names and ones where the paths are important. The `x` command
extracts with the full path instead.
2014-10-05 21:14:01 -04:00
Sorin Ionescu
16aa48baeb
Rename archive module functions
2013-05-25 14:42:43 -04:00
nasenatmer
88408e8bc2
Add rar command to archive module
...
This addition tries to use the rar command if unrar is not found.
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
2013-05-18 13:18:29 -04:00
Sorin Ionescu
fb9a20591f
[ Fix #197 ] Rebrand as Prezto
...
Conflicts:
README.md
runcoms/zshenv
2012-09-03 16:51:27 -04:00
Sorin Ionescu
c28c5edd21
[ Fix #99 ] Add documentation for archive
2012-05-31 23:18:37 -04:00
Sorin Ionescu
e5ec94af42
Check for non-empty files, not just existance
2012-05-05 18:08:25 -04:00
Sorin Ionescu
9d8187ba6b
Merge completions into functions
...
Completions are nothing more than auto-loadable functions prefixed with
an underscore placed somewhere in $FPATH.
2012-04-09 17:45:32 -04:00
Sorin Ionescu
a7340886b3
[ #23 ] Rename plugins to modules
2012-04-05 13:39:40 -04:00