Matt Hamilton
fb37539f43
archive: add archive function
8 years ago
Khai Do
7242b4ed49
archive: add support for *.jar files ( #1302 )
8 years ago
Zach Riggle
7227c4f0be
Fix unarchive for .deb which uses xz, and absolute paths
9 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
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.
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
9d8187ba6b
Merge completions into functions
...
Completions are nothing more than auto-loadable functions prefixed with
an underscore placed somewhere in $FPATH.
13 years ago
Sorin Ionescu
a7340886b3
[ #23 ] Rename plugins to modules
13 years ago