An AppleScript so you can start, stop and choose an IP to connect to via screen share. Alfred App. You will need Alfred and the Powerpack to use this.
To install Screen Sharing in Alfred double click on the extension file: Screen Sharing.alfredextension
Once installed with Alfred you can run the following commands
vnc start :: Start screen sharing (or you can use init)
vnc quit :: Quit screen sharing (or you can use kill, exit or end)
vnc get (Location) :: Connect to a specific URL or IP Address
$ vnc start
$ vnc quit
$ vnc get 10.0.1.6
- Commit: Initial Release