Closed jansendotsh closed 3 years ago
If you still want all of the items to show up regardless of an associated website, you can use the following JQ filter:
set -g @1password-items-jq-filter '
.[] \
| [select((.templateUuid == \"001\" and) or (.templateUuid == \"005\"))?] \
| map([ .overview.title, .uuid ] \
| join(\",\")) \
| .[] \
'
It seems that entries only display when they contain a single website. Any entries without a website or multiple websites doesn't show. I can temporarily working around it by splitting out entries but 1Password will gripe about reused passwords and I'd ideally like to converge entries that should share.