AnotherTest
|
12af65c1c9
Shell: Add support for ARGV (and $*, $#)
|
пре 5 година |
Mathieu PATUREL
|
0622b60fbd
Shell: factor out updating the path cache into a function.
|
пре 5 година |
Mathieu PATUREL
|
2b4b9d212e
Shell: highlight runnable commands
|
пре 5 година |
AnotherTest
|
b6066faa1f
Shell: Add a 'for' loop
|
пре 5 година |
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 година |
Andreas Kling
|
1bc6bb0421
Shell: Run both /etc/shellrc and ~/.shellrc on startup
|
пре 5 година |
AnotherTest
|
5cdb0ef2e5
Shell: Keep the TTY on the same pgroup to get tty signals
|
пре 5 година |
AnotherTest
|
6d17fe38a4
Shell: Do not treat the absence of an init script as an error
|
пре 5 година |
AnotherTest
|
ff857cd358
Shell: Initial support for 'option' completions
|
пре 5 година |
AnotherTest
|
b8d1edb2a2
Shell: Add a 'setopt' builtin
|
пре 5 година |
AnotherTest
|
3a37e8c56f
Shell: Provide completions to Tilde and its Juxtaposition.
|
пре 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
|
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
|
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
|
143be7234f
Shell: Kill existing jobs when exiting
|
пре 5 година |
AnotherTest
|
0d39418b0b
Shell: Add the `disown' shell builtin
|
пре 5 година |
AnotherTest
|
7fba21aefc
LibLine: Unify completion hooks and adapt its users
|
пре 5 година |
AnotherTest
|
1469d20e63
Shell: Treat builtin names as programs and suggest them
|
пре 5 година |
AnotherTest
|
a398898c12
Shell: Switch to using Core::EventLoop
|
пре 5 година |