Use Case
Trying to fetch a known item using the SDK:
item = await client.items.get(vault_id, item_id)
When you know the vault name and item name, but don't know the UUIDs, it's currently cumbersome to look these up. Would be a great UX improvement if we could fetch UUIDs from inside the desktop apps.
Requirements and desired behavior
Would be great if there's a button in the app to copy the vault UUID and item UUID. For example here in the actions menu on an item:

Additional information
Related issues (use cases): #99 and #100.