I have a script that I want to run every few seconds that detects whether I'm on the VPN for work or not, is that not supported?
Hi Charles, we are adding VPN detection in 1.6.3 so this may be an easier option.
Hi Charles,
The best bet to achieve that would be to :
have your script run every few seconds using launchd, if you prefer a gui option use Lingon: https://www.peterborgapps.com/lingon/
The script should save a text file somewhere, if the VPN is running the file contents should be the text: true, if not running : false.
Then have Trypa look in that text file and match the word true and trigger the desired shortcut. Set it up like this:
Let me know if this is what you mean.