Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 лет назад |
Andrew Kaster
|
539fb08551
Userland: Remove unecessary uses of __serenity__ macro
|
2 лет назад |
Ben Wiederhake
|
0e901f8c68
Shell: Sort CompletionSuggestions for paths lexicographically
|
2 лет назад |
Tim Schumacher
|
5f99934dce
Userland: Consolidate most PATH resolving into a single implementation
|
3 лет назад |
Tim Schumacher
|
39a3775f48
Userland: Rely on a single authoritative source for the default `PATH`
|
3 лет назад |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 лет назад |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 лет назад |
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 лет назад |