aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-11-16 22:35:21 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-11-16 22:35:21 -0500
commitce0d1ee064f94c1fca8e94e1a36dcc17dde5451d (patch)
tree464a356750cbcfd39c8ab78394a35d9111d1aa48
parenta2856ec97944646b04d11288a1bd15e0c238c9c3 (diff)
downloadkeyringer-ce0d1ee064f94c1fca8e94e1a36dcc17dde5451d.tar.gz
keyringer-ce0d1ee064f94c1fca8e94e1a36dcc17dde5451d.tar.bz2
a bit of cleanup of the README
-rw-r--r--README20
1 files changed, 12 insertions, 8 deletions
diff --git a/README b/README
index a43d873..beae024 100644
--- a/README
+++ b/README
@@ -29,15 +29,17 @@ You can also package it to your preferred distro.
Creating a keyringer repository
-------------------------------
-The first step will would like to take is to setup a keyring. Keyringer suport
-management of multiple isolated keyrings. To start a new keyring (or register
-an existing one at your config file), type
+The first step is to setup a keyring.
+
+Keyringer supports management of multiple isolated keyrings. To start
+a new keyring (or register an existing one with your config file),
+run:
keyringer <keyring> init <path> [remote]
This will
- 1. Add an entry at $HOME/.keyringer aliasing 'keyring' to 'path'.
+ 1. Add an entry at $HOME/.keyringer/config aliasing 'keyring' to 'path'.
2. Initialize a git repository if needed.
For example,
@@ -47,8 +49,8 @@ For example,
will create an alias "friends" pointing to $HOME/keyrings/friends. Call all
other keyring actions using this alias.
-If there is an existing remote keyring repository and you just want to checkout
-it, use
+If there is an existing remote keyring git repository and you just
+want to checkout it, use
keyringer friends init $HOME/keyrings/friends <repository-url>
@@ -98,8 +100,8 @@ To edit a key, use
keyringer <keyring> edit <file>
-Use this option with caution as it keeps temporary unencrypted data into keyringer
-temp folder and at your $EDITOR temp files.
+Use this option with caution as it keeps temporary unencrypted data
+into keyringer temp folder and at your editor's temp files.
Listing keys
@@ -222,6 +224,8 @@ There are lots of things that can be enhanced, like:
- Rewrite using an object-oriented programming language?
+ - tab completion subcommand support for popular shells like bash
+
Development
-----------