sin-ack
|
c70f45ff44
Everywhere: Explicitly specify the size in StringView constructors
|
3 лет назад |
Tim Schumacher
|
84e1017272
Userland: Add `/usr/local/sbin` to `PATH` by default
|
3 лет назад |
Ali Mohammad Pur
|
d338d2b59b
Shell: Ignore SIGCHLD after a few unsuccessful attempts at handling it
|
3 лет назад |
ForLoveOfCats
|
99c0b895fe
Shell: Highlight commands with a hyperlink to open their help pages
|
3 лет назад |
Ali Mohammad Pur
|
ae27d7e442
Shell: Make program-based completion with no actual token possible
|
3 лет назад |
Ali Mohammad Pur
|
1699ddc186
LibLine: Make it possible to avoid autocompletion if requested
|
3 лет назад |
Ali Mohammad Pur
|
d5b3998d23
LibLine: Respect the provided completion static offset
|
3 лет назад |
Ali Mohammad Pur
|
4ea9ca06b4
Shell: Allow completions to request further action from the shell
|
3 лет назад |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 лет назад |
Ali Mohammad Pur
|
e1cf51b0bd
Shell: Add a shell option for autocompleting via the program itself
|
3 лет назад |
Ali Mohammad Pur
|
5e541aaebd
Shell: Keep the stdio and rpath pledges for execute_process()
|
3 лет назад |
Ali Mohammad Pur
|
f12d81ddf5
Shell: Limit the access of processes spawned for autocompletion
|
3 лет назад |
Ali Mohammad Pur
|
ef5523231c
Shell+LibCore: Provide argument help strings as display trivia
|
3 лет назад |
Ali Mohammad Pur
|
7e4cc187d9
Shell: Implement program-aware autocompletion
|
3 лет назад |
Ali Mohammad Pur
|
a76730823a
Shell: Be more smart with pasted stuff
|
3 лет назад |
Ali Mohammad Pur
|
0ea775f257
Shell: Allow completing StringLiterals as paths
|
3 лет назад |
Ali Mohammad Pur
|
118590325a
LibLine+Userland: Make suggestion offsets per-suggestion
|
3 лет назад |
Ali Mohammad Pur
|
222e580fa8
Shell: Use strncmp() instead of string.compare() for name completions
|
3 лет назад |
Daniel Bertalan
|
5b64abe76e
Shell: Use StringView instead of String const& where feasible
|
3 лет назад |
Ali Mohammad Pur
|
310a18da1e
Shell: Don't reset 'last_return_code' before running commands
|
3 лет назад |
Ali Mohammad Pur
|
ea66750640
Shell: Make interrupts kill the whole chain and not just the current job
|
3 лет назад |
Ali Mohammad Pur
|
783e27f8f9
Shell: Make redirection errors raise ShellErrors
|
3 лет назад |
Daniel Bertalan
|
6b39c6b1bf
Shell: Avoid many single byte write() syscalls when printing the prompt
|
3 лет назад |
Ali Mohammad Pur
|
7ac8bd44f8
Shell: Set subshell flag after checking for its value in parent shell
|
3 лет назад |
Daniel Bertalan
|
4a81b33c07
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
|
3 лет назад |
Sam Atkins
|
b138070da9
Shell: Cast unused smart-pointer return values to void
|
3 лет назад |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 лет назад |
Andreas Kling
|
d1477bcb8e
Shell: Replace Result<T, E> use with ErrorOr<T>
|
3 лет назад |
Ben Wiederhake
|
b8f11b1bae
Everywhere: Remove unused ArgsParser header
|
3 лет назад |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 лет назад |