index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Shell
/
Shell.h
Age
Commit message (
Expand
)
Author
2020-07-16
Shell: Add a 'for' loop
AnotherTest
2020-07-13
Shell: Put children in their own process groups and fix job control
AnotherTest
2020-07-13
Shell: Move out run_commands and expand_aliases to be Shell member fns
AnotherTest
2020-07-09
Shell: Handle signals asynchronously
Tom
2020-07-07
Shell: Run both /etc/shellrc and ~/.shellrc on startup
Andreas Kling
2020-07-06
Shell: Keep the TTY on the same pgroup to get tty signals
AnotherTest
2020-07-06
Shell: Do not treat the absence of an init script as an error
AnotherTest
2020-07-05
Shell: Initial support for 'option' completions
AnotherTest
2020-07-05
Shell: Add a 'setopt' builtin
AnotherTest
2020-07-05
Shell: Provide completions to Tilde and its Juxtaposition.
AnotherTest
2020-07-05
Shell: Read and evaluate an init file on start
AnotherTest
2020-07-05
Shell: Add the alias builtin and resolve aliases
AnotherTest
2020-07-05
Shell: Switch to a new parser and AST
AnotherTest
2020-05-27
Shell: Never assign equal job ids to two different jobs
AnotherTest
2020-05-27
Shell: Provide some information to inspectors
AnotherTest
2020-05-27
Shell: Avoid messing with sigaction while waiting for a child
AnotherTest
2020-05-25
LibLine: Change get_line to return a Result<String, Error>
AnotherTest
2020-05-25
Shell: Warn the user about active jobs on exit
AnotherTest
2020-05-25
Shell: Kill existing jobs when exiting
AnotherTest
2020-05-25
Shell: Add the `disown' shell builtin
AnotherTest
2020-05-20
LibLine: Unify completion hooks and adapt its users
AnotherTest
2020-05-17
Shell: Treat builtin names as programs and suggest them
AnotherTest
2020-05-17
Shell: Switch to using Core::EventLoop
AnotherTest