aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-26 16:52:09 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-26 16:52:09 -0200
commit0358ba548d9d3aaaeb23984e092318522238bca9 (patch)
tree2059555f670ff215cc81ee067c3e2c8eb2002c33
parentb7fc52ce27c4c415c322b0b0ed8eee296cfa47ee (diff)
downloadkeyringer-0358ba548d9d3aaaeb23984e092318522238bca9.tar.gz
keyringer-0358ba548d9d3aaaeb23984e092318522238bca9.tar.bz2
Keyringer 0.2.90.2.9
-rw-r--r--ChangeLog2
-rwxr-xr-xkeyringer2
-rw-r--r--share/man/keyringer.113
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 343d7d6..9cc7bb2 100644
--- 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
diff --git a/keyringer b/keyringer
index 922f490..11b8aa1 100755
--- 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"
diff --git a/share/man/keyringer.1 b/share/man/keyringer.1
index 35755ae..c0fed1c 100644
--- a/share/man/keyringer.1
+++ b/share/man/keyringer.1
@@ -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