Skip to content

Instantly share code, notes, and snippets.

@kasperhartwich
Created September 4, 2013 14:51
Show Gist options
  • Select an option

  • Save kasperhartwich/6438048 to your computer and use it in GitHub Desktop.

Select an option

Save kasperhartwich/6438048 to your computer and use it in GitHub Desktop.
Open youtube video in fullscreen from cli.
#!/bin/sh
open -a "/Applications/Google Chrome.app" "https://www.youtube.com/v/$1&hd=1&autoplay=1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment