| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
* shroud/ui/show.scm (show-help): Remove --password help text.
(%options): Remove --password option.
(process-args): New procedure.
(shroud-show): Rewrite.
|
|
|
|
| |
* shroud/utils.scm (alist-pick): New procedure.
|
|
|
|
| |
* shroud/ui.scm (leave-if-false): New procedure.
|
|
|
|
|
|
| |
* shroud/ui.scm (%commands): Add "list".
* shroud/ui/list.scm: New file.
* Makefile.am (SOURCES): Add it.
|
|
|
|
| |
* shroud/utils.scm (alist-compact): New procedure.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* shroud/secret.scm (secret-username, secret-password): Delete.
(secret-contents): New accessor.
(secret-ref): New procedure.
(alist->secret, secret->alist): Use new format.
|
| |
|
| |
|
|
|
|
|
| |
* shroud/ui/remove.scm (shroud-remove): Use more consistent error
message style.
|
|
|
|
|
|
| |
* shroud/ui/hide.scm (%options): Fix version option name.
* shroud/ui/show.scm (%options): Likewise.
* shroud/ui/remove.scm (%options): Likewise.
|
| |
|
|
|