summaryrefslogtreecommitdiff
path: root/posts/pwutil.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/pwutil.md')
-rw-r--r--posts/pwutil.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/posts/pwutil.md b/posts/pwutil.md
index d03126b..85b174b 100644
--- a/posts/pwutil.md
+++ b/posts/pwutil.md
@@ -13,6 +13,16 @@ A long time ago I wrote a bunch of scripts (first in bash, then zsh, and later p
13 * [Command Line Interface](https://en.wikipedia.org/wiki/Command-line_interface)-only 13 * [Command Line Interface](https://en.wikipedia.org/wiki/Command-line_interface)-only
14 * New accounts can be partially generated by user defined functions with out of the box support for [pwgen](http://sourceforge.net/projects/pwgen/) and SSH 14 * New accounts can be partially generated by user defined functions with out of the box support for [pwgen](http://sourceforge.net/projects/pwgen/) and SSH
15 15
16## Usage
17
18~~~
19pwget [<searchTerm> …]
20Looks up and returns all accounts whose identifier contains any <searchTerm> — case insensitive.
21
22pwadd [[--gen-<generator> [<generatorArgument> …] …] --] <identifier> [<attributeKey> <attributeValue> …]
23Adds an account to the store — does not overwrite.
24~~~
25
16## Documentation 26## Documentation
17 27
18I shall document the project in a partial and file-wise fashion—amendments available on request. 28I shall document the project in a partial and file-wise fashion—amendments available on request.