summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-04-07 19:46:31 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-04-07 19:46:31 +0200
commit8a378a37c342a750f067c9c2d07c59c4f47e4e96 (patch)
treef063d56d7a70db93f96621a9dd3774e47ecb07d4
parent9f54007796f597ccd285fdfafed86b8aa16fe6ab (diff)
downloaddirty-haskell.org-8a378a37c342a750f067c9c2d07c59c4f47e4e96.tar
dirty-haskell.org-8a378a37c342a750f067c9c2d07c59c4f47e4e96.tar.gz
dirty-haskell.org-8a378a37c342a750f067c9c2d07c59c4f47e4e96.tar.bz2
dirty-haskell.org-8a378a37c342a750f067c9c2d07c59c4f47e4e96.tar.xz
dirty-haskell.org-8a378a37c342a750f067c9c2d07c59c4f47e4e96.zip
Usage of pwutil
-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.