summaryrefslogtreecommitdiff
path: root/shroud
Commit message (Expand)AuthorAgeFilesLines
* config: Remove hardcoded version reference.HEADmasterAbhiseck Paira2022-07-071-1/+1
* ui: Recognize --help and --version when other arguments follow.Abhiseck Paira2022-07-071-2/+6
* ui: Fix typo in 'leave' procedure docstring.Abhiseck Paira2022-06-091-1/+1
* ui: Make database and config files configurable.Xinglu Chen2021-03-181-2/+4
* Detect GPG binary at configure time.v0.1.0David Thompson2015-09-282-1/+4
* ui: Return #f from subcommands when the database hasn't changed.David Thompson2015-09-283-3/+3
* Add X clipboard support.David Thompson2015-08-173-19/+45
* ui: show: Fix error messages.David Thompson2015-08-171-1/+4
* Move default database file to ~/.config/shroud/db.gpg.David Thompson2015-08-172-2/+30
* ui: show: Extend to allow showing all keys of a secret.David Thompson2015-08-151-32/+31
* utils: Add alist-pick.David Thompson2015-08-151-0/+11
* ui: Add leave-if-false.David Thompson2015-08-151-0/+6
* ui: Add 'list' subcommand.David Thompson2015-08-122-1/+56
* squash me.David Thompson2015-06-111-0/+14
* hide: Allow hiding arbitrary key/value pairs.David Thompson2015-06-111-34/+38
* Change <secret> to store arbitrary key/value pairs.David Thompson2015-06-103-14/+17
* ui: remove: Tweak error message style.David Thompson2015-05-251-1/+1
* ui: Fix --version option for subcommands.David Thompson2015-05-253-3/+3
* Add show, hide, and remove subcommands.David Thompson2015-05-257-34/+371
* First commit.David Thompson2015-05-254-0/+253