[32] Set value from other variable / assignment
The simple use case is to copy one value somewhere else.
Let's say I have an Item as follow
MyItem
- oldSection
- a_var=value
For the basic "copy.paste" use case, I would have something like
op item edit newSection.my_var[Text]=op.oldSection.a_var
It would result in
MyItem
- oldSection
- a_var=value
- newSection
- my_var=value
With this, I would be able to curate (clean) my existing items in more sophisticated ways ::chuffed:
And the question is: any chance to get this feature ? ;)
1Password Version: 7.9.2
Extension Version: 2.0.0-beta.7
OS Version: macOS
