Hi folks.
I'm creating video clips that I want to name individually. Basically use Ruby or Bash to generate a uuid value as a string, copy that to the clipboard, then paste that "wherever I am now", or current focus.
Any insight how I can do that? Generating the uuid isn't the issue. It's sending it to the clipboard as a string, then pasting/returning that value to the current focus that's the challenge.
Cheers