How can i get these proxy settings to nice chart. (Maybe even could click to enable/disable and even change proxy and port?) I dont want to use 3rd party utils to do this.
do shell script “echo show State:/Network/Global/Proxies | scutil”
How can i get these proxy settings to nice chart. (Maybe even could click to enable/disable and even change proxy and port?) I dont want to use 3rd party utils to do this.
do shell script “echo show State:/Network/Global/Proxies | scutil”
Perhaps something like this will get you started (I don’t know what your output looks like):
set P to paragraphs 2 thru -2 of (do shell script "echo show State:/Network/Global/Proxies | scutil")
set C to choose from list P