Skip to content

Instantly share code, notes, and snippets.

@munabedan
Created January 20, 2024 10:32
Show Gist options
  • Save munabedan/8d1ba05ed49e0d9626e2fc01b7f34ed6 to your computer and use it in GitHub Desktop.
Save munabedan/8d1ba05ed49e0d9626e2fc01b7f34ed6 to your computer and use it in GitHub Desktop.
Bash function for opening multiple firefox tabs from the commandline
firefox-work() {
firefox "https://www.upwork.com/nx/find-work/best-matches" \
"https://www.reddit.com/" \
"https://www.linkedin.com/mynetwork/" \
"https://mail.google.com/mail/u/0/#inbox" \
"https://github.com/" \
"https://console.firebase.google.com/" &
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment