Sam Atkins
|
40b04d4da5
Shell: Use Core::Environment instead of manually iterating environ
|
1 year ago |
Ali Mohammad Pur
|
35abbafb7b
Shell: Don't escape display/trailing texts when completing via programs
|
1 year ago |
Sam Atkins
|
56c5ffe398
LibFileSystem+Userland: Return ByteString from real_path()
|
1 year ago |
Dan Klishch
|
ccd701809f
Everywhere: Add deprecated_ prefix to `JsonValue::to_byte_string`
|
1 year ago |
Ali Mohammad Pur
|
da5b1680bb
Shell: Print paths in plain mode when stdout is not a tty
|
1 year ago |
Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
hanaa12G
|
19f137c1e6
LibLine: Remove duplicate members in `CompletionSuggestion`
|
1 year ago |
Andrew Kaster
|
c145d5410c
Userland: Don't leak objects when constructor arguments throw
|
1 year ago |
Ali Mohammad Pur
|
fde174645a
Shell: Accept empty set of completions from program completer
|
1 year ago |
Ali Mohammad Pur
|
ad4470bc39
Shell: Escape program-provided completions unless they're marked as code
|
1 year ago |
Adam Harald Jørgensen
|
e2f9011a8d
Shell: Improve error propagation
|
1 year ago |
Adam Harald Jørgensen
|
e89ba794d0
Shell: Include parent and base directories in expanded globs
|
1 year ago |
Adam Harald Jørgensen
|
cc157629b4
Shell: Expand glob to only directories if it ends with a slash
|
1 year ago |
hanaa12G
|
e6c363ac63
Shell: Allow to parse command interactively when hitting Enter key
|
1 year ago |
Adam Harald Jørgensen
|
a1cdfe1b54
Shell: Add support for showing shortened prompt path with ellipsis
|
1 year ago |
Adam Harald Jørgensen
|
4febd31dba
Shell: Shorten prompt path if integer is provided with "\w" option
|
1 year ago |
Adam Harald Jørgensen
|
491d61a2fd
Shell: Add support for escaping backslash in prompt sequence
|
1 year ago |
Adam Harald Jørgensen
|
050c73d301
Shell: Add support for showing custom format time in prompt with "\D{}"
|
1 year ago |
Adam Harald Jørgensen
|
e40955e9c6
Shell: Add support for showing current time in prompt with "\{t|T|@}"
|
1 year ago |
Adam Harald Jørgensen
|
3d42e68265
Shell: Add support for showing number of jobs in prompt with "\j"
|
1 year ago |
Adam Harald Jørgensen
|
f81bc8b045
Shell: Add support for showing the history number in prompt with "\!"
|
1 year ago |
Adam Harald Jørgensen
|
f597d7c730
Shell: Add command to history before running, instead of after
|
1 year ago |
Adam Harald Jørgensen
|
78b3703586
Shell: Refactor Shell::prompt to use GenericLexer to read the PROMPT var
|
1 year ago |
implicitfield
|
2745b48e16
Shell: Don't try to cast NonnullRefPtrs when priting debug output
|
1 year ago |
Ali Mohammad Pur
|
a8c7448ccb
Shell: Implement the `return` POSIX builtin
|
1 year ago |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |
Ali Mohammad Pur
|
84777fbe62
Shell: Allow the user to set the prompt using PROMPT()
|
1 year ago |
Liav A
|
fb60db7b00
Shell: Add builtin command to reset the internal state
|
1 year ago |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 year ago |