nushell/src
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
..
tests Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
config_files.rs adds a config reset command (#6149) 2022-07-31 20:44:33 -05:00
logger.rs Fix color settings for logger (#6285) 2022-08-10 06:52:11 -05:00
main.rs Foreground process group management, again (#6584) 2022-09-29 13:37:48 -05:00
README.md Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
test_bins.rs Fix file lookup in parser keywords; Refactor nu_repl (#6185) 2022-07-29 23:42:00 +03:00
tests.rs Add test cases for $nu.config-path change (#6385) 2022-08-23 10:18:14 +03:00

Nushell REPL

This directory contains the main Nushell REPL (read eval print loop) as part of the CLI portion of Nushell, which creates the nu binary itself.

Current versions of the nu binary will use the Nu argument parsing logic to parse the commandline arguments passed to nu, leaving the logic here to be a thin layer around what the core libraries.