IvanMathy / Boop

A scriptable scratchpad for developers. In slow yet steady progress.
https://boop.okat.best
MIT License
3.77k stars 346 forks source link

Feature Request: convert clipboard to UUID #361

Open vinschi opened 1 year ago

vinschi commented 1 year ago

Hi, the app seems quite useful, one nice thing missing is the UUID management. For example, convert a string to UUID would be nice. Thanks!

grafst commented 1 year ago

What exactly do you mean by converting String to uuid? Do you mean hashing?

vinschi commented 1 year ago

Imagine you have the UUID without the "-" e.g. 75F089E688E14636A320952C624B70E7 and you need to convert this into the UUID format with the "-" 75F089E6-88E1-4636-A320-952C624B70E7. Thanks!

grafst commented 1 year ago

aaah, ok now I understand 😅