AnomalRoil
AnomalRoil
I can look into it tomorrow 👍🏻
We should at least support using an expired key to add a new recipients. Todo: - [ ] Add a test case for this - [ ] Add a warning...
What if I edit a secret in Mime format with `mime` being set to false? Should it revert to another format? If so, which one? What if I insert a...
On my side I'm using key-values (and sometimes YAML secrets) mostly to store my credentials: ``` s3cr3tpassword url: website.com username: Anomalroil ``` And then I'm exploiting it with a Rofi...
@dominikschulz Can't we just use the "Share an invitation link" feature as per [this Slack help page](https://slack.com/help/articles/201330256-Invite-new-members-to-your-workspace#share-an-invitation-link)?
It's fun you're asking that. I've started a while ago with some bash scripts to gather some stats about Gopass from Github API and recently moved to a Google sheet...
Running my curl stuff again today (2021-03-19) gives: ``` $ curl -s https://api.github.com/repos/gopasspw/gopass/releases/tags/v1.12.2 | grep "download_count" | head -n -2 | awk '{s+=$2} END {print s}' 284 $ curl -s...
v1.10.1 must be linked somewhere or used by some distro or automated process since it has got a lot of new downloads.
Should we maybe also consider including a user survey in one release? It could prompt the user maybe once to complete it... That could be a lovely experience, I'd be...
That's effectively a big blocker then and I couldn't find an open issue about it. https://github.com/src-d/go-git/issues/745 used to discuss it before go-git was moved to its new repo, but it...