Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 years agoWorking with Tags
Hey all,
I've been using 1Password for... years, without looking, like 10+ anyway, and in that time I've never really given tags a lot of attention. Still, I've somehow managed to build up hundred...
MrC
4 years agoSuper Contributor
I think the easiest way is to export all the items into a 1PIF, remove the "tags" array in each item:
That 1PIF export is not pure JSON - it is a list of JSON items separated by a 1Password item separator, a single line containing:
***5642bee8-a5ff-11dc-8314-0800200c9a66***
You could use the cli to export all your items as JSON, and then use jq to edit out that section, and then re-import that JSON.
I don't know if the cli v1 can do this. You can't assign an empty value using the edit command.