Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gkeysgpg/cli.py: Fix doctring typos | Brian Dolbec | 2018-07-06 | 1 | -2/+2 |
| | | | | Signed-off-by: Brian Dolbec <dolsen@gentoo.org> | ||||
* | gkeys-gpg: Make singing and other than verify actions work | Brian Dolbec | 2015-12-25 | 2 | -41/+24 |
| | |||||
* | gkeysgpg/actions.py: Recode the sign() to replace this process with the gpg call | Brian Dolbec | 2015-12-12 | 1 | -7/+24 |
| | |||||
* | gkeysgpg/cli: Fix a list copy | Brian Dolbec | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | gkeysgpg: Initial commit of the gkeys-gpg command | Brian Dolbec | 2015-08-08 | 3 | -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. |