What I currently do on Mac OS X Terminal is, run a program, then quit the terminal and open a new one to start a new program.
Surely there is some way to close current program and return me to the command line?
|
What I currently do on Mac OS X Terminal is, run a program, then quit the terminal and open a new one to start a new program. Surely there is some way to close current program and return me to the command line?
| ||||
feedback
|
|
Alternatively you can put a | |||||
feedback
|
|
You could run the app using nohup and &. nohup means that the program will carry on running even when the terminal window is closed eg
| |||
|
feedback
|
This will launch an app and immediately return to the shell as long as it's in your Applications folder. If it isn't, you can provide the full path to the app bundle. | |||
|
feedback
|