Kwpolska / upass

Console UI for pass.
BSD 3-Clause "New" or "Revised" License
152 stars 17 forks source link

Jump to search after start if argument passed #25

Open Natureshadow opened 4 years ago

Natureshadow commented 4 years ago

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.

Kwpolska commented 4 years ago

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.

Natureshadow commented 4 years ago

@Kwpolska Yep, saw that. Will do that at work next week!

adam-edwards commented 3 years ago

:+1: @Natureshadow Did you ever get around to this?

Natureshadow commented 3 years ago

On Wed, Jan 13, 2021 at 02:50:13PM -0800, Adam wrote:

:+1: @Natureshadow Did you ever get around to this?

Unfortunately not.

Fell free to do it!