Last active
March 20, 2020 04:13
-
-
Save shinmiy/99070ffe43df727847ef8fc399e93b41 to your computer and use it in GitHub Desktop.
Generates essential apps via nativefier
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
Author
shinmiy
commented
Mar 14, 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