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
Age
Commit message (
Expand
)
Author
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: Use NonnullRefPtr to simplify some things in the parser/AST
Andreas Kling
2020-08-04
Shell: Correct FdRedirection inheriting from two RefCounted bases
AnotherTest
2020-08-04
Shell: Add support for ARGV (and $*, $#)
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-30
Shell: Tweak tests to use 'echo -n' when newlines are significant
AnotherTest
2020-07-30
Shell: Add tests for '&&' and '||' parsing and evaluation
AnotherTest
2020-07-30
Shell: Fix parse mistake in '&&' not being recursive
AnotherTest
2020-07-30
Shell: Do not assume that wstatus is valid after wait() returns 0
AnotherTest
2020-07-27
Shell: Ignore leading semicolons
AnotherTest
2020-07-26
Refactor: Change the AK::binary_search signature to use AK::Span.
asynts
2020-07-25
Shell: Don't crash when autocompleting a non-bare word
Ben Wiederhake
2020-07-17
Shell: Mark ForLoop as would_execute
AnotherTest
2020-07-16
Shell: Add a test for loops
AnotherTest
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-16
Shell: Remove '[' and ']' as special shell characters
Peter Elliott
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: Resolve aliases in builtin_time
AnotherTest
2020-07-13
Shell: Move out run_commands and expand_aliases to be Shell member fns
AnotherTest
2020-07-12
Shell: Recursively resolve aliases
AnotherTest
2020-07-09
Shell: Pledge sigaction
Tom
2020-07-09
Shell: Handle signals asynchronously
Tom
2020-07-07
Shell: Suggest aliases when completing program names :^)
AnotherTest
2020-07-07
Shell: Skip creating a Join node when nothing was parsed
AnotherTest
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: Handle the case where the child we're waiting for doesn't exist
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: Add some tests
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: Mark And and Or nodes as execute nodes
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: Parse a pipe sequence inside $(...)
AnotherTest
2020-07-05
Shell: Expand Juxtaposition of lists to list products
AnotherTest
2020-07-05
Shell: Do not try to recreate a command from a list of args in time
AnotherTest
2020-07-05
Shell: Read and evaluate an init file on start
AnotherTest
2020-07-05
Shell: Use ArgsParser for argument parsing
AnotherTest
[next]