diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-11-18 10:53:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-11-18 10:53:54 -0200 |
commit | dcd5a3b7f546fe6934e91e3ce0c1e68a9bbc6a3a (patch) | |
tree | 94d9cbdef5001c398bd2bb4d5d7a4416de781646 /README | |
parent | 0909e5395199cfb731964487abfa0bd857f7b94f (diff) | |
parent | d9721fd16ad489d400dd085aa7ba8a4d83baf3d3 (diff) | |
download | keyringer-dcd5a3b7f546fe6934e91e3ce0c1e68a9bbc6a3a.tar.gz keyringer-dcd5a3b7f546fe6934e91e3ce0c1e68a9bbc6a3a.tar.bz2 |
Merge branch 'master' of git://lair.fifthhorseman.net/~dkg/keyringer
Conflicts:
keyringer
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -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 ----------- |