gpget icon indicating copy to clipboard operation
gpget copied to clipboard

A simple utility to safely retrieve arbitrary files.

Results 6 gpget issues
Sort by recently updated
recently updated
newest added

I found examples of the use of 32 bit gpg key ids in the documentation and code. This is a bad behavior, because now it is very easy to generate...

bug
enhancement

Currently flags are done using the vanilla go flag parser. This could be improved through the use of Cobra and/or Viper.

One of the first feature requests was to _not_ use GPG, but use PKI instead. One potential for this is to use PKCS#7 as it supports detached signatures. That being...

enhancement
question

As per @mischief: ``` [15:43] don't readfull here https://github.com/brianredbeard/gpget/blob/master/main.go#L136 [15:43] your File.content could probably just be a io.Reader [15:44] if someone tries to e.g. download a 8G disk image with...

bug

In order for the tool to be widely adopted we'll have to provide the various manifests to package as the following types: - [ ] RPM (spec file) - [...

Tools like curl and wget show the progress of a current download. While that could conflict with piping data on to the next process we may wish to display this...

enhancement