about summary refs log tree commit diff
path: root/Completion/Rpm/_rpm_tags
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Rpm/_rpm_tags')
-rw-r--r--Completion/Rpm/_rpm_tags11
1 files changed, 11 insertions, 0 deletions
diff --git a/Completion/Rpm/_rpm_tags b/Completion/Rpm/_rpm_tags
new file mode 100644
index 000000000..2e65b39f3
--- /dev/null
+++ b/Completion/Rpm/_rpm_tags
@@ -0,0 +1,11 @@
+#autoload
+
+if compset -P '*\{'; then
+  local expl
+
+  _description expl 'RPM tag'
+  compadd "$expl[@]" -M 'm:{a-z}={A-Z}' -S '}' - \
+          "${(@)${(@f)$(rpm --querytags)}#RPMTAG_}"
+else
+  _message 'RPM format'
+fi