Forum Discussion
flozza
2 months agoNew Contributor
Search for CLI
Hi! I'd like to request a feature: For the 1Password CLI (`op`) to support searching, just like the GUI client does. My use case: I have about 30 or so entries that I would like to add a tag to. Al...
jake
2 months agoNew Contributor
Although it may not exist in OP - have you considered using the API service? You can throw together a simple api handler in Python.
GET /v1/vaults/{vault_id}/items?filter=title contains "bank"
GET /v1/vaults/{vault_id}/items?filter=title eq "Amazon" and category eq "LOGIN"