Andreas Kling
|
68b5df6bf1
Shell: Fix (and paper over) various const-correctness issues
|
2 tahun lalu |
Ali Mohammad Pur
|
4efc632e15
Shell: Allow the heredoc node to act as a redirection too
|
2 tahun lalu |
Ali Mohammad Pur
|
2a276c86d4
Shell: Start implementing a POSIX-compliant parser
|
2 tahun lalu |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 tahun lalu |
Tim Schumacher
|
093cf428a3
AK: Move memory streams from `LibCore`
|
2 tahun lalu |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 tahun lalu |
Tim Schumacher
|
2150e1b3a5
Shell: Use `AllocatingMemoryStream` to search for the IFS
|
2 tahun lalu |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 tahun lalu |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 tahun lalu |
demostanis
|
3e8b5ac920
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
|
2 tahun lalu |
Andrew Kaster
|
828441852f
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2 tahun lalu |
networkException
|
4230dbbb21
AK+Everywhere: Replace "protocol" with "scheme" url helpers
|
2 tahun lalu |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 tahun lalu |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 tahun lalu |
Ali Mohammad Pur
|
6e24d845e0
Shell: Immediately resolve value when setting a variable
|
3 tahun lalu |
ForLoveOfCats
|
99c0b895fe
Shell: Highlight commands with a hyperlink to open their help pages
|
3 tahun lalu |
Ali Mohammad Pur
|
ae27d7e442
Shell: Make program-based completion with no actual token possible
|
3 tahun lalu |
Ali Mohammad Pur
|
4ede121d31
Shell: Add support for regex match patterns
|
3 tahun lalu |
Damien Firmenich
|
31ca48ebb2
Shell: Complete for current path when the text is empty
|
3 tahun lalu |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 tahun lalu |
Ali Mohammad Pur
|
7e4cc187d9
Shell: Implement program-aware autocompletion
|
3 tahun lalu |
Lenny Maiorani
|
dd05934539
Shell: Use default constructors/destructors
|
3 tahun lalu |
Ali Mohammad Pur
|
c4d9377477
Shell: Implement leftmost_trivial_literal() for Sequence nodes
|
3 tahun lalu |
Ali Mohammad Pur
|
0ea775f257
Shell: Allow completing StringLiterals as paths
|
3 tahun lalu |
Daniel Bertalan
|
5b64abe76e
Shell: Use StringView instead of String const& where feasible
|
3 tahun lalu |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 tahun lalu |
Ali Mohammad Pur
|
78d1093dab
Shell: Make Juxtaposition autocompletion smarter
|
3 tahun lalu |
Ali Mohammad Pur
|
2e333b3571
Shell: Make SimpleVariable::hit_test_position not hit irrelevant offsets
|
3 tahun lalu |
Ali Mohammad Pur
|
310a18da1e
Shell: Don't reset 'last_return_code' before running commands
|
3 tahun lalu |
Ali Mohammad Pur
|
ea66750640
Shell: Make interrupts kill the whole chain and not just the current job
|
3 tahun lalu |