Hacker News new | ask | show | jobs
by bckr 1364 days ago
To tackle one bit of GP's question that might not be clear, you would not need to leave the terminal open. From the terminal, you can run the app and detach its process from the terminal, thus running it in the background.

https://superuser.com/questions/178587/how-do-i-detach-a-pro...