Replies: 1 comment
-
|
I've decided to give it a try and submit a PR with this feature. Likely its something that could be useful for other providers as well. See #446 |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am used to storing related values in the same
passfile. For instance, the password would be on the first line and the username on the second. By default,pass show my-password --clipcopies the first line (the password), but I can also select the username from the second line withpass show my-password --clip=2.Now I wonder if there is a way to tell
fnoxto use a specific line when declaring a secret using apassword-storeprovider?Beta Was this translation helpful? Give feedback.
All reactions