paul-schaaf / vshell

v(oice) shell
MIT License
5 stars 0 forks source link

add background processes #23

Open paul-schaaf opened 9 months ago

paul-schaaf commented 9 months ago

e.g. with & and bg like other shells do. also add command to bring them back into the foreground

not the same as https://github.com/paul-schaaf/vshell/issues/17 because https://github.com/paul-schaaf/vshell/issues/17 will still kill processes that are executing in history

if a process is in the background it can still show up in the history but have a special identifier that it's in the background and will continue to execute even if the terminal is killed