summaryrefslogtreecommitdiff
path: root/plugins/extract/_extract
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/extract/_extract')
-rw-r--r--plugins/extract/_extract8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/extract/_extract b/plugins/extract/_extract
new file mode 100644
index 000000000..dca890954
--- /dev/null
+++ b/plugins/extract/_extract
@@ -0,0 +1,8 @@
+#compdef extract
+#autoload
+
+_arguments \
+ '(-r --remove)'{-r,--remove}'[Remove archive.]' \
+ "*::archive file:_files -g '(#i)*.(tar|tgz|tbz|tbz2|txz|tlz|gz|bz2|xz|lzma|Z|zip|rar|7z|deb)(-.)'" && return 0
+
+