how do I install batchpass? #734
Unanswered
JackWagon885
asked this question in
Q&A
Replies: 1 comment 2 replies
|
If you already have Go installed: go install filippo.io/age/cmd/...@latest
export PATH="$HOME/go/bin:$PATH"Then check that both commands are visible: age --version
age-plugin-batchpass --versionAfter that, age discovers the plugin by name when you use AGE_PASSPHRASE='your passphrase' age -e -j batchpass file.txt > file.txt.age
AGE_PASSPHRASE='your passphrase' age -d -j batchpass file.txt.age > file.txtTwo caveats from the plugin docs are worth keeping in mind:
So for "install batchpass", the important bit is not a separate Linux Mint package; it is getting If this gets it working, please mark the answer so the plugin install path is easier to find. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
hi, I'm a bit of an idiot, but I can't seem to find ANYTHING on installing batchpass at ALL. a little help please?
I'm running Linux Mint.
All reactions