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

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