Skip to content

Instantly share code, notes, and snippets.

View rooa's full-sized avatar
🎴
月見で一杯

Hiroaki Hayashi rooa

🎴
月見で一杯
View GitHub Profile
slack = Application('Slack');
slack.activate();
delay(0.1);
systemEvent = Application('System Events');
systemEvent.includeStandardAdditions = true;
emoji = ':full_moon_with_face:';
systemEvent.setTheClipboardTo(emoji);