Skip to content

Instantly share code, notes, and snippets.

View tomer-yoskovich's full-sized avatar

Tomer Yoskovich tomer-yoskovich

  • Israel
View GitHub Profile
function openMultipleChromeWebsites() {
declare websites=""
arr=(
'https://www.microsoft.com'
'https://www.apple.com'
'https://www.amazon.com'
)
for i in "${arr[@]}"
osascript -e 'activate application "WhatsApp"' -e 'tell application "System Events" to keystroke "u" using {shift down, command down }'
open -a WhatsApp https://wa.me\?text\="Hello there"
sendWhatsappMessage 972547123456 "hello there!"
osascript -e 'activate application "WhatsApp"' -e 'tell application "System Events" to key code 36'
open -a WhatsApp https://wa.me/<CountryCode><PhoneNumber>?text=Hello
https://gist.github.com/de05a48690a2f135a187cf704b791370
int(os.environ
get_github_token
Creation of gists from clipboard contents