Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting a app to be run on startup

I'm making a mac app using atom shell that lives in the menubar. I was wondering what my options would be for getting it to run at startup.

  • Does it have to be done manually by the user?
  • Do I need permission from the user to do this?
  • How would I do it programmatically with node / bash?
  • Is there an existing thing within atom shell to do this?
  • Is there an existing module that can do this?
like image 784
ThomasReggi Avatar asked Jan 10 '23 00:01

ThomasReggi


1 Answers

Give the auto-launch module a try, it should do what you want. To answer your questions:

  • No
  • No, but it'd be Classier™ if you asked first
  • See Above
  • No
  • See Above.
like image 91
Ana Betts Avatar answered Jan 16 '23 21:01

Ana Betts