smelt.clipboard¶
Tier: Host — Available in every runtime, including headless mode.
Read and write the system clipboard.
smelt.clipboard.read¶
Read the current clipboard contents as a string, or nil if empty/unavailable.
smelt.clipboard.write¶
Write text to the system clipboard. Raises if the clipboard backend is unavailable.