]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Adding completion other encrypt/decrypt/append/edit commands
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Jul 2013 19:42:42 +0000 (16:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Jul 2013 19:42:42 +0000 (16:42 -0300)
lib/keyringer/completions/bash

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