lunchy-go icon indicating copy to clipboard operation
lunchy-go copied to clipboard

Allow control of system agents, too

Open jeffam opened this issue 10 years ago • 3 comments

This is a great port of the ruby version of lunchy, and I appreciate your work. This makes it a lot easier to install and opens up the possibility of installing lunchy via brew cask: https://github.com/jeffam/homebrew-cask/commit/a829633b0e3a5d3e3c078dd5a8d734a94466ca0d

On thing that's keeping me from using it full time, though, is that I can't control system agents like I could using ruby lunchy.

For example, with the ruby version, I could do this:

$ sudo lunchy restart dnsmasq

Seems that the only difference is that in addition to ~/Library/LaunchAgents, the following directories are also scanned:

/Library/LaunchAgents
/Library/LaunchDaemons
/System/Library/LaunchDaemons

Thanks for considering this improvment!

jeffam avatar Nov 12 '14 18:11 jeffam

Good point. I might try to add that some time soon.

sosedoff avatar Nov 12 '14 20:11 sosedoff

sudo lunchy ls does not show system agents. I think it's the same issue.

xream avatar May 04 '16 01:05 xream

does for me :)

x-MacBook-Pro:nomad apple$ lunchy ls
com.google.Chrome.framework
uk.co.canimaansoftware.clamxav.UninstallWatcher
org.virtualbox.vboxwebsrv
thedevsaddam_terminal_task
com.github.facebook.watchman
com.hp.devicemonitor
com.tunnelbear.mac.tbeara
com.skype.skype.shareagent
net.tunnelblick.tunnelblick.LaunchAtLogin

ghost avatar Apr 06 '19 15:04 ghost