Skip to content

Instantly share code, notes, and snippets.

@andykuszyk
Created November 26, 2019 10:28
Show Gist options
  • Save andykuszyk/c92902196fdecafee2b2e948ead8cab1 to your computer and use it in GitHub Desktop.
Save andykuszyk/c92902196fdecafee2b2e948ead8cab1 to your computer and use it in GitHub Desktop.
Launch Chrome in app mode using a URL from the clipboard
#!/bin/bash
google-chrome --app="$(xclip -selection c -o)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment