Skip to the content.

this is script that warps around gpg to make handling gpg signatures easier

Usage

Generate/show/edit keys

gpgman key generate #generate a gpg key pair
gpgman key id #show the id(s) of existing keys
gpgman key pair #show the available gpg key pairs
gpgman key public <id> #show the public key ready to add to github and such
gpgman key edit <id> #edit a gpg key

Export GPG keys

gpgman export public <id> <name>.gpg #exports the public key to a file
gpgman export private <id> <name>.gpg #exports the private key to a file

Import GPG keys

gpgman import public <name>.gpg #imports the public key from a file
gpgman import private <name>.gpg #imports the private key from a file

Installation

The project is a bunch of bash and awk scripts, as such installation relatively simple~

download

ToDo