summaryrefslogtreecommitdiff
path: root/Shell/Shell.h
AgeCommit message (Expand)Author
2020-07-16Shell: Add a 'for' loopAnotherTest
2020-07-13Shell: Put children in their own process groups and fix job controlAnotherTest
2020-07-13Shell: Move out run_commands and expand_aliases to be Shell member fnsAnotherTest
2020-07-09Shell: Handle signals asynchronouslyTom
2020-07-07Shell: Run both /etc/shellrc and ~/.shellrc on startupAndreas Kling
2020-07-06Shell: Keep the TTY on the same pgroup to get tty signalsAnotherTest
2020-07-06Shell: Do not treat the absence of an init script as an errorAnotherTest
2020-07-05Shell: Initial support for 'option' completionsAnotherTest
2020-07-05Shell: Add a 'setopt' builtinAnotherTest
2020-07-05Shell: Provide completions to Tilde and its Juxtaposition.AnotherTest
2020-07-05Shell: Read and evaluate an init file on startAnotherTest
2020-07-05Shell: Add the alias builtin and resolve aliasesAnotherTest
2020-07-05Shell: Switch to a new parser and ASTAnotherTest
2020-05-27Shell: Never assign equal job ids to two different jobsAnotherTest
2020-05-27Shell: Provide some information to inspectorsAnotherTest
2020-05-27Shell: Avoid messing with sigaction while waiting for a childAnotherTest
2020-05-25LibLine: Change get_line to return a Result<String, Error>AnotherTest
2020-05-25Shell: Warn the user about active jobs on exitAnotherTest
2020-05-25Shell: Kill existing jobs when exitingAnotherTest
2020-05-25Shell: Add the `disown' shell builtinAnotherTest
2020-05-20LibLine: Unify completion hooks and adapt its usersAnotherTest
2020-05-17Shell: Treat builtin names as programs and suggest themAnotherTest
2020-05-17Shell: Switch to using Core::EventLoopAnotherTest