]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Keyringer 0.2.9 0.2.9
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 26 Nov 2013 18:52:09 +0000 (16:52 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 26 Nov 2013 18:52:09 +0000 (16:52 -0200)
ChangeLog
keyringer
share/man/keyringer.1

index 343d7d6cd1c20aef95b2f02a39e459660559e69a..9cc7bb28118fd393813ab73c89a0688740b40b96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2013-11-26 -       Silvio Rhatto  <rhatto@riseup.net>
+2013-11-26 - 0.2.9 Silvio Rhatto  <rhatto@riseup.net>
 
   Added 'tree' action
 
index 922f490d39ca2fa01b427e71d25e2c785077fb7d..11b8aa106189b588f87492af6b9b402c797203ea 100755 (executable)
--- a/keyringer
+++ b/keyringer
@@ -120,7 +120,7 @@ function keyringer_dispatch {
 
 # Config
 NAME="keyringer"
-KEYRINGER_VERSION="0.2.8"
+KEYRINGER_VERSION="0.2.9"
 CONFIG_VERSION="0.1"
 CONFIG_BASE="$HOME/.$NAME"
 CONFIG="$CONFIG_BASE/config"
index 35755ae007a0ada47becde43c692bd8fd9516693..c0fed1c667fc8cee2bf59d040a3c1889d0effaa0 100644 (file)
@@ -59,6 +59,14 @@ Like the git wrapper, this is a wrapper around the \f[I]LS(1)\f[]
 command.
 .RS
 .RE
+.TP
+.B tree <\f[I]path\f[]>
+List contents from the toplevel repository \f[I]keys\f[] folder or from
+relative paths if \f[I]path\f[] is specified using a tree-like format.
+Like the ls wrapper, this is a wrapper around the \f[I]TREE(1)\f[]
+command.
+.RS
+.RE
 .SH SECRET MANIPULATION ACTIONS
 .PP
 All secret manipulation actions operate upon a \f[I]secret\f[] which is
@@ -102,6 +110,11 @@ Git history.\f[] To completely remove a file from a keyring, you should
 also rewrite the Git history yourself.
 .RE
 .TP
+.B rm <\f[I]secret\f[]>
+Alias for \f[I]del\f[] action.
+.RS
+.RE
+.TP
 .B edit <\f[I]secret\f[]>
 Edit a secret by temporarily decrypting it, opening the decrypted copy
 into the text editor defined by the \f[I]$EDITOR\f[] environment