1password-client
1password-client copied to clipboard
Get item by title
Is your feature request related to a problem? Please describe.
The get_item call should accept a title, not just a uuid. It's a lot of extra waiting time to go get the uuid first and then get the item based on it.
Describe the solution you'd like
This should be a valid function call:
op.get_item("myItem", vault="Private")
Being picky, the title is not a --option in the op cli, so equivalently should be the default, unnamed option required by the function.