dronenb
dronenb
I went ahead and wrote a cask for this in my personal tap. I am happy to contribute it upstream, but would like @paulrouget to take a peek... https://github.com/dronenb/homebrew-tap/blob/main/Casks/video-downloadhelper-companion.rb Since...
When I went to see if I could get this upstreamed, I found out there is already a cask available: ```bash brew install --cask netdownloadhelpercoapp ``` The name isn't obvious,...
I added an issue to the upstream library that is being used. However, that particular library does not seem particularly well maintained. Perhaps it would be best to switch to...
@lukerbs you can use the following `bash` script using the new machine readable `vpnutil list` output (assumes you also have `jq` CLI installed): ```bash #!/usr/bin/env bash ORIG_IFS="${IFS}" IFS=$'\n' for vpn_name...