Skip to content

Instantly share code, notes, and snippets.

@intarstudents
Created March 26, 2013 20:27
Show Gist options
  • Save intarstudents/5248919 to your computer and use it in GitHub Desktop.
Save intarstudents/5248919 to your computer and use it in GitHub Desktop.
keySharky AppleScript app for toggling bash

Create AppleScript:

do shell script "/usr/local/bin/wget http://localhost:8800/play --spider"

Save as Application. In Applications folder find Info.plist and add these lines, so Application will not show in Dock:

<key>NSUIElement</key>
<string>1</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment