nushell/crates/nu-command/src/system
unrelentingtech 4af0a6a3fa
Foreground process group management, again (#6584)
* Revert "Revert "Try again: in unix like system, set foreground process while running external command (#6273)" (#6542)"

This reverts commit 2bb367f570.

* Make foreground job control hopefully work correctly

These changes are mostly inspired by the glibc manual.

* Fix typo in external command description

* Only restore tty control to shell when no fg procs are left; reuse pgrp

* Rework terminal acquirement code to be like fish

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
2022-09-29 13:37:48 -05:00
..
benchmark.rs Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05:00
complete.rs Revert "Add support for optional list stream output formatting (#6325)" (#6454) 2022-08-31 18:09:40 -05:00
exec.rs keep raw for variable inputed argument (#6426) 2022-08-27 08:22:02 -05:00
mod.rs Fix build on *BSD, illumos, etc. (#6456) 2022-09-01 12:34:26 +12:00
nu_check.rs Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
ps.rs add a fair amount ofsearch terms (#6090) 2022-07-21 06:29:41 -05:00
run_external.rs Foreground process group management, again (#6584) 2022-09-29 13:37:48 -05:00
sys.rs fix sys info mem usage (#6607) 2022-09-23 11:47:52 -05:00
which_.rs Change how to identify custom comamnd (#6187) 2022-08-02 18:40:07 -05:00