emlyn / sonic-pi-tool

🎻 Controlling Sonic Pi from the command line, in Python.
Mozilla Public License 2.0
62 stars 8 forks source link

Background mode #11

Closed emlyn closed 4 years ago

emlyn commented 4 years ago

Add a --background flag to start-server that starts the server, then leaves it running in the background and returns to the shell.

We'd probably also want a shutdown-server command to shut it down later.