Poscat
03dce24639
Add support for zstd compressed tarballs to module 'archive'
4 years ago
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.
7 years ago
Kaleb Elwert
7d5beeab51
Add comments into each of the function files to make them easier to find
7 years ago
Khai Do
7242b4ed49
archive: add support for *.jar files ( #1302 )
8 years ago
Ivan Alejandro
86ba5b69d3
Ignore case in filenames
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
Sorin Ionescu
10c33ec9a4
Convert tabs to spaces
10 years ago
Sorin Ionescu
16aa48baeb
Rename archive module functions
12 years ago
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>
12 years ago
Sorin Ionescu
e5ec94af42
Check for non-empty files, not just existance
13 years ago
Sorin Ionescu
a7340886b3
[ #23 ] Rename plugins to modules
13 years ago
Sorin Ionescu
b96bbca51c
Added or edited file headers.
13 years ago
Sorin Ionescu
6c17340c59
Save line length by combining enhanced brackets.
13 years ago
Sorin Ionescu
95c29bada8
Standardized error messages.
13 years ago
Sorin Ionescu
60f39d8d91
Moved hub into the git plugin.
13 years ago