You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An input such as web\google.com does not match web/google.com and asks
the user for choice after searching it fuzzily.
Expected Behaviour
When the path is passed as web\google.com to gopass show, it should convert
all the backward slashes to forward slash and show the correct password.
Environment
Window cmd
Additonal Context
I'm writing a cmd script which enables the user to select a credential using a
fuzzy finder of the user's choice. There is no easy way to get forward slash
paths in cmd batch script and converting the selected path to forward slash format
is not straightforward.
It would be ideal to have an option like --path in gopass show as the script I'm
writing (and other fuzzy front-ends I presume) require traversing the "*.gpg" folder
tree anyway. Doing a complete directory traversal again after running gopass show
could be avoided with --path option that accepts backward slash(\) paths.
The text was updated successfully, but these errors were encountered:
bharatvaj
changed the title
[FEATURE REQUEST] Support Windows paths in gopass show
[FR] Support Windows paths in gopass show
Nov 27, 2024
Summary
An input such as
web\google.com
does not matchweb/google.com
and asksthe user for choice after searching it fuzzily.
Expected Behaviour
When the path is passed as
web\google.com
togopass show
, it should convertall the backward slashes to forward slash and show the correct password.
Environment
Window cmd
Additonal Context
I'm writing a cmd script which enables the user to select a credential using a
fuzzy finder of the user's choice. There is no easy way to get forward slash
paths in cmd batch script and converting the selected path to forward slash format
is not straightforward.
It would be ideal to have an option like
--path
ingopass show
as the script I'mwriting (and other fuzzy front-ends I presume) require traversing the "*.gpg" folder
tree anyway. Doing a complete directory traversal again after running
gopass show
could be avoided with
--path
option that accepts backward slash(\
) paths.The text was updated successfully, but these errors were encountered: