Search the Community
Showing results for tags 'vnc'.
Found 3 results
-
I just released a Screen Sharing workflow with automatic discovery of hosts that have remote desktop enabled. Such amazing things are now possible thanks to the "Script Filter" input! Download — stable version. The source code is available here: https://github.com/pstadler/alfred-screensharing
- 74 replies
-
- screen sharing
- vnc
-
(and 4 more)
Tagged with:
-
Inspired by Don Southard's Screen Sharing Workflow for Alfred v1 I have made VNC workflow using Alfred 2 dynamic list feature. First of all here is the download → link To add machines simply write vnc setup and after space insert machine name, its IP address and optionally port, exactly like that: Name-IP_address:port for example: Living Room-192.168.1.1:5901 To delete machines write vlc delete and choose from list which machine you would like to delete. Please, feel free to comment, to give some hints, etc.
-
Ok. I've migrated to Version 2 and upgraded the PowerPack. I've reworked all my Scripts/AppleScripts to work with the new workflow system. Most are working fine. However, I'm having issues with one particular workflow, using a 'Keyword->Run NSAppleScript'. Entering the keyword runs the workflow, but the VNC session does not start. I'm running a keyword with no argument, and the AppleScript is as follows: on alfred_script(q) open location "vnc://magneto.local:5900" end alfred_script I've also replaced with the local IP address of the server, and still no go. By the way, this works fine in Alfred 1.x. Appreciate some help with this Cheers, Tarique.