### Discussed in https://github.com/swiftbar/SwiftBar/discussions/368 <div type='discussions-op-text'> <sup>Originally posted by **futurist** February 26, 2023</sup> Think below command: ```sh open -g 'swiftbar://refreshplugin?name=myplugin&abc=1&def=2' ``` `myplugin` should accept `abc=1&def=2` as param or environment variable. That way other programs can communicate with the plugin in system wide(like from a webpage or webview controller) </div>