add functioning launch agent to wake from restart;#8
Open
MichaelDimmitt wants to merge 2 commits intoNSRover:masterfrom
Open
add functioning launch agent to wake from restart;#8MichaelDimmitt wants to merge 2 commits intoNSRover:masterfrom
MichaelDimmitt wants to merge 2 commits intoNSRover:masterfrom
Conversation
319b9db to
8ea4c4f
Compare
This commit contains the only changes that were necessary to set the launch agent up for your particular project aside from the default launch agent brought into the project in the previous commit.
8ea4c4f to
c8afbf4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Single line command to show the maintainer the output.
git clone https://github.com/MichaelDimmitt/NinjaMode.git; cd NinjaMode; git checkout add_launch_agent; ./mac_plist_launch_agent/app/install_driver.shAbove command was not included in the commit because not needed once merged.
Story time!
I found this repository searching for how to build a menu bar for a mac computer. I already had a launch agent for my project. As I was looking at your menu bar it occurred to me that you probably have to run the program every time your computer restarts.
Your the first external person I have introduced my launch agent code. Take a look at the readme from this commit. Happy to remove any portions that you feel take away from your credit.
Basically the repo is downloaded into your project ... it is called "mac_plist_launch_agent". If you have any feedback such as you would like it to exist in a "bin" folder, or "Homebrew brew" or "Ruby gem", let me know. Or let me know if it is appropriate to yourself in its current form. Still trying to figure out the best way provide it for other peoples projects.
creating a "Homebrew brew" or "Ruby gem" would take some time and no guarantee that it would happen.
This was great to have an example of a working menu bar application. @NSRover, Thanks for your open source contributions. Thanks for taking the time to read this message.
Feel free to post questions on the code; free to suggest changes; Let me know if you run into issues I can provide support. Runs on my machine. But I can get it working on yours and improve the code if a change is needed.
cheers, Michael Dimmitt