AnotherTest
|
151e4d41ed
Shell: Put children in their own process groups and fix job control
|
5 年之前 |
AnotherTest
|
b0ce8d725a
Shell: Move out run_commands and expand_aliases to be Shell member fns
|
5 年之前 |
Tom
|
6dfd503518
Shell: Handle signals asynchronously
|
5 年之前 |
AnotherTest
|
173effc88d
Shell: Suggest aliases when completing program names :^)
|
5 年之前 |
AnotherTest
|
5cdb0ef2e5
Shell: Keep the TTY on the same pgroup to get tty signals
|
5 年之前 |
AnotherTest
|
f9d3055691
Shell: Do not treat the ending newline as part of a comment
|
5 年之前 |
AnotherTest
|
6d17fe38a4
Shell: Do not treat the absence of an init script as an error
|
5 年之前 |
AnotherTest
|
ddbdd0e686
Shell: Do not remove more than 2 dashes from the option being completed
|
5 年之前 |
AnotherTest
|
ff857cd358
Shell: Initial support for 'option' completions
|
5 年之前 |
AnotherTest
|
b8d1edb2a2
Shell: Add a 'setopt' builtin
|
5 年之前 |
AnotherTest
|
d6de2b5828
Shell: Show descriptions about syntax errors
|
5 年之前 |
AnotherTest
|
034be8e74c
Shell: Allow a command sequence to be delimited by newlines
|
5 年之前 |
AnotherTest
|
639c1a1737
Shell: Build as part of Lagom as well
|
5 年之前 |
AnotherTest
|
3a37e8c56f
Shell: Provide completions to Tilde and its Juxtaposition.
|
5 年之前 |
AnotherTest
|
c5d0aa9a44
Shell: Allow commands in variables, and properly substitute them on use
|
5 年之前 |
AnotherTest
|
8e078cf4ab
Shell: Expand Juxtaposition of lists to list products
|
5 年之前 |
AnotherTest
|
bc3285abb0
Shell: Read and evaluate an init file on start
|
5 年之前 |
AnotherTest
|
2915dcfcc3
Shell: Add the alias builtin and resolve aliases
|
5 年之前 |
AnotherTest
|
a4627f2439
Shell: Switch to a new parser and AST
|
5 年之前 |
AnotherTest
|
a6fd969d93
LibLine: Support multiline editing
|
5 年之前 |
Andreas Kling
|
723f4e5ee6
Meta: Scale back overly informal user-facing strings
|
5 年之前 |
Andreas Kling
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 年之前 |
AnotherTest
|
2714bba3f0
Shell: Highlight redirections
|
5 年之前 |
AnotherTest
|
8c05e78b6c
Shell: Treat ^D as builtin_exit when not in a continuation
|
5 年之前 |
AnotherTest
|
77039e5354
Shell: Correctly complete paths in redirections
|
5 年之前 |
AnotherTest
|
abfcd7b1b8
Shell: Save the history when quitting via the exit builtin
|
5 年之前 |
AnotherTest
|
ce61cad933
Shell: Never assign equal job ids to two different jobs
|
5 年之前 |
AnotherTest
|
d582c03233
Shell: Provide some information to inspectors
|
5 年之前 |
AnotherTest
|
d5e9213683
Shell: Avoid messing with sigaction while waiting for a child
|
5 年之前 |
AnotherTest
|
70a213a6ec
LibLine: Use Core::EventLoop for outer read loop
|
5 年之前 |