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
Trying to establish upass as a replacement for gopass at my workplace, I was asked whether upass could provide a shortcut for searching. Passing an argument to gopass makes it search for that term directly. Could such behaviour be added to upass?
If the maintainers do not object in general, I am willing to try and implement it.
The text was updated successfully, but these errors were encountered:
Feel free to do it! Note that currently upass does not do any argument parsing, so you’ll need to implement that from scratch, probably using argparse.
Trying to establish upass as a replacement for gopass at my workplace, I was asked whether upass could provide a shortcut for searching. Passing an argument to gopass makes it search for that term directly. Could such behaviour be added to upass?
If the maintainers do not object in general, I am willing to try and implement it.
The text was updated successfully, but these errors were encountered: