Skip to content

Instantly share code, notes, and snippets.

View khurshid-alam's full-sized avatar

Khurshid Alam khurshid-alam

View GitHub Profile
-- Source : https://tinyurl.com/223rkcsx
-- set openAI api key
set apiKey to {OPENAI_API_KEY} -- replace key
-- Get copied text from clipboard
set inputText to (the clipboard)
-- Validate if clipboard is empty
if inputText is "" then