passgo icon indicating copy to clipboard operation
passgo copied to clipboard

Simple golang password manager.

Results 10 passgo issues
Sort by recently updated
recently updated
newest added

`.passgo` file moved to modern amazing user namespace (`~/.local/var/lib/passgo`). With able to use older versions, if user has `~/.passgo` directory, it will be prefered, but as legacy standard. Honestly, it's...

Well, print password in terminal is **really** unsage. maybe it's better to paste them into clipboard as default?

# HOLY CRAP!!! Yet another dotfile????? Jesus fuckin christ i've **ALREADY** have 117 (!!!) goddamn dot files in my home folder! Why i need another? This is some kind of...

It improves a bit the error handling there.

This bumps up x/crypto to work around that CVE. https://nvd.nist.gov/vuln/detail/CVE-2019-11840

In "plain" mode, each group/site is printed in full, one per line. This makes listings a little easier to pipe into other commands. Example use: passgo show -c $(passgo -p...

PR #36 added ability to [insert a file](https://github.com/ejcx/passgo#inserting-a-file), in addition to the previous ability to [insert a password](https://github.com/ejcx/passgo#inserting-a-password). This feature request is to add ability to edit a file, in...

Today "Enter master password:" string end up in file if you redirect stdout to file. Print string to stderr instead.

Hi, pass, because it uses gpg, comes with the gpg-agent feature that is rather practical (at the cost of being less secure as far as I understand), especially considering that...