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 年之前 |
Sergey Bugaev
|
602c3fdb3a
AK: Rename FileSystemPath -> LexicalPath
|
5 年之前 |
AnotherTest
|
bc9013f706
LibLine: Change get_line to return a Result<String, Error>
|
5 年之前 |
AnotherTest
|
b4ca563637
Shell: Warn the user about active jobs on exit
|
5 年之前 |
AnotherTest
|
c23c354779
Shell: Parse and correctly evaluate 'command &' and 'command &&'
|
5 年之前 |
AnotherTest
|
143be7234f
Shell: Kill existing jobs when exiting
|
5 年之前 |
AnotherTest
|
0d39418b0b
Shell: Add the `disown' shell builtin
|
5 年之前 |
AnotherTest
|
2b3e9c28b2
Shell: Take whitespace into account when suggesting tokens
|
5 年之前 |
AnotherTest
|
0751592a18
LibLine: Correctly track the completion start and end
|
5 年之前 |
AnotherTest
|
5358608a94
Shell: Attach links to completed paths
|
5 年之前 |
AnotherTest
|
7fba21aefc
LibLine: Unify completion hooks and adapt its users
|
5 年之前 |
AnotherTest
|
3bc3f36cfe
LibLine: Handle unicode correctly
|
5 年之前 |
AnotherTest
|
1469d20e63
Shell: Treat builtin names as programs and suggest them
|
5 年之前 |
Andreas Kling
|
656d1e1318
Shell: Print the full name of missing interpreters
|
5 年之前 |