Open paul-schaaf opened 9 months ago
e.g. with & and bg like other shells do. also add command to bring them back into the foreground
&
bg
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
e.g. with
&
andbg
like other shells do. also add command to bring them back into the foregroundnot 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