Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change <secret> to store arbitrary key/value pairs. | David Thompson | 2015-06-10 | 3 | -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 Thompson | 2015-05-26 | 1 | -2/+5 |
| | |||||
* | Tweak README. | David Thompson | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | ui: remove: Tweak error message style. | David Thompson | 2015-05-25 | 1 | -1/+1 |
| | | | | | * shroud/ui/remove.scm (shroud-remove): Use more consistent error message style. | ||||
* | ui: Fix --version option for subcommands. | David Thompson | 2015-05-25 | 3 | -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 Thompson | 2015-05-25 | 10 | -44/+389 |
| | |||||
* | First commit. | David Thompson | 2015-05-25 | 13 | -0/+1116 |