summaryrefslogtreecommitdiff
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
* package.scm: Fix package definition.Xinglu Chen2021-03-181-2/+27
* Add 'make publish' target.David Thompson2019-07-101-0/+5
* Ignore .tar.gz and .asc files.David Thompson2019-07-101-0/+2
* Bump version to 0.1.2.v0.1.2David Thompson2019-07-101-1/+1
* Makefile: Install Guile modules in the correct location.Amar Singh2019-07-091-2/+3
* configure: Add support for Guile 2.2 and 3.0.David Thompson2019-07-031-1/+2
* README: Add a note about Guile's load paths.David Thompson2015-10-011-0/+15
* Bump to version 0.1.1.v0.1.1David Thompson2015-10-011-1/+1
* Install scripts/shroud to $prefix/bin.David Thompson2015-10-011-0/+3
* README: Add X clipboard example.David Thompson2015-10-011-1/+4
* Detect GPG binary at configure time.v0.1.0David Thompson2015-09-283-1/+5
* ui: Return #f from subcommands when the database hasn't changed.David Thompson2015-09-283-3/+3
* Add X clipboard support.David Thompson2015-08-176-21/+53
* 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
* Distribute pre-inst-env.in and package.scm in release tarballs.David Thompson2015-08-151-0/+4
* 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
* 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-123-1/+57
* 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
* 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
* ui: Fix --version option for subcommands.David Thompson2015-05-253-3/+3
* Add show, hide, and remove subcommands.David Thompson2015-05-2510-44/+389
* First commit.David Thompson2015-05-2513-0/+1116