Skip to content

Instantly share code, notes, and snippets.

@shinmiy
Last active March 20, 2020 04:13
Show Gist options
  • Save shinmiy/99070ffe43df727847ef8fc399e93b41 to your computer and use it in GitHub Desktop.
Save shinmiy/99070ffe43df727847ef8fc399e93b41 to your computer and use it in GitHub Desktop.
Generates essential apps via nativefier
#!/bin/bash
nativefier -n Gmail -f --single-instance --internal-urls "gmail|google" "https://mail.google.com"
nativefier -n Calendar -f --single-instance --internal-urls "calendar|google" "https://calendar.google.com"
nativefier -n YouTubeAlwaysOnTop -f --single-instance --always-on-top --internal-urls "youtube|google" "https://www.youtube.com"
nativefier -n YouTube -f --single-instance --internal-urls "youtube|google" "https://www.youtube.com"
nativefier -n musicForProgramming --single-instance --internal-urls "musicforprogramming\.net" "https://musicforprogramming.net/"
nativefier -n TweetDeck --single-instance --internal-urls "tweetdeck\.twitter\.com" "https://tweetdeck.twitter.com/"
nativefier -n TimeTree -f --single-instance --internal-urls "timetreeapp.com" "https://timetreeapp.com"
nativefier -n "Facebook Messenger" -f --single-instance --internal-urls "messenger\.com" "https://messenger.com/"
# nativefier -n Netflix -f --single-instance "https://www.netflix.com"
@shinmiy
Copy link
Author

shinmiy commented Mar 20, 2020

nativefier -n Pomodoro -f --single-instance --always-on-top http://www.e.ggtimer.com/pomodoro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment