summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix package.scm.David Thompson2015-08-151-1/+1
|
* Update README.David Thompson2015-08-151-9/+15
|
* ui: show: Extend to allow showing all keys of a secret.David Thompson2015-08-151-32/+31
| | | | | | | * shroud/ui/show.scm (show-help): Remove --password help text. (%options): Remove --password option. (process-args): New procedure. (shroud-show): Rewrite.
* utils: Add alist-pick.David Thompson2015-08-151-0/+11
| | | | * shroud/utils.scm (alist-pick): New procedure.
* ui: Add leave-if-false.David Thompson2015-08-151-0/+6
| | | | * shroud/ui.scm (leave-if-false): New procedure.
* ui: Add 'list' subcommand.David Thompson2015-08-123-1/+57
| | | | | | * shroud/ui.scm (%commands): Add "list". * shroud/ui/list.scm: New file. * Makefile.am (SOURCES): Add it.
* squash me.David Thompson2015-06-111-0/+14
| | | | * shroud/utils.scm (alist-compact): New procedure.
* hide: Allow hiding arbitrary key/value pairs.David Thompson2015-06-111-34/+38
| | | | | | | | * shroud/ui/hide.scm (show-help): Update option documentation. (%options): Remove username, password, id, and replace options. Add edit option. (process-args): New procedure. (shroud-hide): Allow adding/editing any key/value pair.
* Change <secret> to store arbitrary key/value pairs.David Thompson2015-06-103-14/+17
| | | | | | | * shroud/secret.scm (secret-username, secret-password): Delete. (secret-contents): New accessor. (secret-ref): New procedure. (alist->secret, secret->alist): Use new format.
* README: Add new usage example.David Thompson2015-05-261-2/+5
|
* Tweak README.David Thompson2015-05-261-1/+1
|
* ui: remove: Tweak error message style.David Thompson2015-05-251-1/+1
| | | | | * shroud/ui/remove.scm (shroud-remove): Use more consistent error message style.
* ui: Fix --version option for subcommands.David Thompson2015-05-253-3/+3
| | | | | | * shroud/ui/hide.scm (%options): Fix version option name. * shroud/ui/show.scm (%options): Likewise. * shroud/ui/remove.scm (%options): Likewise.
* Add show, hide, and remove subcommands.David Thompson2015-05-2510-44/+389
|
* First commit.David Thompson2015-05-2513-0/+1116