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.cpp
Age
Commit message (
Expand
)
Author
2020-08-07
Shell: Make Command::redirections a NonnullRefPtrVector
Andreas Kling
2020-08-06
Shell: Print job status after suspending a command
Andreas Kling
2020-08-06
Shell: Remove unnecessary ignore() in Shell::custom_event()
Andreas Kling
2020-08-06
Shell: Make Job constructors private and use a create() helper
Andreas Kling
2020-08-06
Shell: Make run_command() return a NonnullRefPtrVector<Job>
Andreas Kling
2020-08-05
Shell: Do not assume that stdin/stdout is a TTY
AnotherTest
2020-08-04
Shell: Give the TTY to the foreground process
AnotherTest
2020-08-04
Shell: Correct FdRedirection inheriting from two RefCounted bases
AnotherTest
2020-08-04
Shell: factor out updating the path cache into a function.
Mathieu PATUREL
2020-08-04
Shell: update cached_path when adding aliases
Mathieu PATUREL
2020-08-04
Shell: highlight runnable commands
Mathieu PATUREL
2020-07-26
Refactor: Change the AK::binary_search signature to use AK::Span.
asynts
2020-07-16
Shell: Add a 'for' loop
AnotherTest
2020-07-16
Shell: Parse lists serially, and flatten them only when needed
AnotherTest
2020-07-15
Shell: Explicitly declare 'environ' to make the macOS Lagom build happy
AnotherTest
2020-07-13
Shell: Avoid waiting for jobs that were *just* unblocked
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: Suggest aliases when completing program names :^)
AnotherTest
2020-07-06
Shell: Keep the TTY on the same pgroup to get tty signals
AnotherTest
2020-07-06
Shell: Do not treat the ending newline as part of a comment
AnotherTest
2020-07-06
Shell: Do not treat the absence of an init script as an error
AnotherTest
2020-07-05
Shell: Do not remove more than 2 dashes from the option being completed
AnotherTest
2020-07-05
Shell: Initial support for 'option' completions
AnotherTest
2020-07-05
Shell: Add a 'setopt' builtin
AnotherTest
2020-07-05
Shell: Show descriptions about syntax errors
AnotherTest
2020-07-05
Shell: Allow a command sequence to be delimited by newlines
AnotherTest
2020-07-05
Shell: Build as part of Lagom as well
AnotherTest
2020-07-05
Shell: Provide completions to Tilde and its Juxtaposition.
AnotherTest
2020-07-05
Shell: Allow commands in variables, and properly substitute them on use
AnotherTest
2020-07-05
Shell: Expand Juxtaposition of lists to list products
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-06-27
LibLine: Support multiline editing
AnotherTest
2020-06-17
Meta: Scale back overly informal user-facing strings
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-08
Shell: Highlight redirections
AnotherTest
2020-05-30
Shell: Treat ^D as builtin_exit when not in a continuation
AnotherTest
2020-05-30
Shell: Correctly complete paths in redirections
AnotherTest
2020-05-27
Shell: Save the history when quitting via the exit builtin
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-27
LibLine: Use Core::EventLoop for outer read loop
AnotherTest
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
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: Parse and correctly evaluate 'command &' and 'command &&'
AnotherTest
[next]