Skip to content

Instantly share code, notes, and snippets.

@AndrewHazelden
AndrewHazelden / Copy to Clipboard.lua
Created March 13, 2017 09:47
A Blackmagic Design Fusion LUA script example to copy items into the clipboard using xclip (Linux), clip (Windows), and pbcopy (macOS)
------------------------------------------------------------------------------
-- Copy to Clipboard Script for Fusion - 2017-03-13 06.27 AM
-- by Andrew Hazelden
-- www.andrewhazelden.com
-- andrew@andrewhazelden.com
------------------------------------------------------------------------------
-- Display the extra debugging verbosity detail in the console log
printStatus = true
-- printStatus = false