Indrajit Raychaudhuri
84e0787411
general: Remove redundant usage of cat
...
In general, the substitution ‘$(cat foo)’ may be replaced by the
equivalent but faster ‘$(<foo)’.
See: https://zsh.sourceforge.io/Doc/Release/Expansion.html#Command-Substitution
2023-05-04 13:58:37 -05:00
Poscat
4de0377106
Add support for zstd compressed tarballs to module 'archive'
2021-04-29 21:20:25 -07: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
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
Khai Do
7242b4ed49
archive: add support for *.jar files ( #1302 )
2017-04-17 22:04:28 -07: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
Sorin Ionescu
16aa48baeb
Rename archive module functions
2013-05-25 14:42:43 -04:00