-
|
For fastmail I have this record in So, I would need pass-git-helper got the password via the equivalent of $ pass show mozilla/app.fastmail.com |awk '/git-send-email-password:/ {print $2}'Is it possible? |
Beta Was this translation helpful? Give feedback.
Answered by
languitar
Dec 5, 2024
Replies: 1 comment 1 reply
-
|
There's a This makes all entries usable with most other tools, too. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mcepl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a
specific_linestrategy that can extract certain lines, but only for the username. I also can't recommend that layout much. I'd used folders instead to organize this:This makes all entries usable with most other tools, too.