aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gkeysgpg/cli.py: Fix doctring typosBrian Dolbec2018-07-061-2/+2
| | | | Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* gkeys-gpg: Make singing and other than verify actions work Brian Dolbec2015-12-252-41/+24
|
* gkeysgpg/actions.py: Recode the sign() to replace this process with the gpg callBrian Dolbec2015-12-121-7/+24
|
* gkeysgpg/cli: Fix a list copyBrian Dolbec2015-08-081-1/+1
|
* gkeysgpg: Initial commit of the gkeys-gpg commandBrian Dolbec2015-08-083-0/+320
Working skeleton of the cli using the gkeys cli code base gkeysgpg: Get the initail cli operations working with stubbed out Actions Parse the stdin data for the user name, nick, search for and set the correct keydir. Add in remaining args options needed. Change the return info from True/False to 0/1 to prevent confusion.