]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Adding del completion
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Jul 2013 19:43:45 +0000 (16:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Jul 2013 19:43:45 +0000 (16:43 -0300)
lib/keyringer/completions/bash

index a46eaf31fe315e212e12177ca2a65e2468a9a8e1..a9d76765c4ccf8c775a701a94dae7b06b730fc88 100644 (file)
@@ -34,7 +34,7 @@ _keyringer() {
       recipients)
         opts="ls edit"
         ;;
-      ls|encrypt|encrypt-batch|decrypt|edit|append|append-batch)
+      ls|encrypt|encrypt-batch|decrypt|edit|append|append-batch|del)
         opts="$(bash -c "set -f && keyringer $instance ls -p -d ${cur}*" 2> /dev/null)"
         ;;
       *)