Adam Harald Jørgensen
|
e40955e9c6
Shell: Add support for showing current time in prompt with "\{t|T|@}"
|
1 年之前 |
Adam Harald Jørgensen
|
3d42e68265
Shell: Add support for showing number of jobs in prompt with "\j"
|
1 年之前 |
Adam Harald Jørgensen
|
f81bc8b045
Shell: Add support for showing the history number in prompt with "\!"
|
1 年之前 |
Adam Harald Jørgensen
|
f597d7c730
Shell: Add command to history before running, instead of after
|
1 年之前 |
Adam Harald Jørgensen
|
78b3703586
Shell: Refactor Shell::prompt to use GenericLexer to read the PROMPT var
|
1 年之前 |
implicitfield
|
2745b48e16
Shell: Don't try to cast NonnullRefPtrs when priting debug output
|
1 年之前 |
Ali Mohammad Pur
|
a8c7448ccb
Shell: Implement the `return` POSIX builtin
|
1 年之前 |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 年之前 |
Ali Mohammad Pur
|
84777fbe62
Shell: Allow the user to set the prompt using PROMPT()
|
1 年之前 |
Liav A
|
fb60db7b00
Shell: Add builtin command to reset the internal state
|
1 年之前 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 年之前 |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 年之前 |
Ali Mohammad Pur
|
1696411f66
Shell: Reset the custom Shell keybinds before calling Editor::get_line()
|
2 年之前 |
Ben Wiederhake
|
f20d04726a
LibFileSystem+Everything: Remove resolve_executable_from_environment
|
2 年之前 |
Ben Wiederhake
|
365b2bf945
Shell: Prefer File and FileSystem over DeprecatedFile
|
2 年之前 |
Ben Wiederhake
|
0c86ee3876
Shell: Rewrite Shell::possibly_print_error without deprecated API
|
2 年之前 |
Ben Wiederhake
|
8df8f4d75a
Shell: Rewrite Shell::runnable_path_for without deprecated API
|
2 年之前 |
Ben Wiederhake
|
f0ee630ee9
Shell: Prefer File::read_until_eof over DeprecatedFile::read_all
|
2 年之前 |
Ben Wiederhake
|
bc2a517ade
Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.h
|
2 年之前 |
Ali Mohammad Pur
|
24c7995743
Shell: Rename the verb {lookup => look_up}
|
2 年之前 |
Ali Mohammad Pur
|
1403e56535
Shell: Place all variables in the closest nonlocal frame in POSIX mode
|
2 年之前 |
Andreas Kling
|
3de8dd921e
Userland: Remove serialize-to-JSON functions only used for Inspector
|
2 年之前 |
Cameron Youell
|
da305017de
Shell: Use `JsonArray::append` in `save_to`
|
2 年之前 |
Cameron Youell
|
8134dccdc7
AK: Add new failable `JsonArray::{append/set}` functions
|
2 年之前 |
Tim Schumacher
|
8370377832
Shell: Add `map_fixed` to the pledges for command autocompletion
|
2 年之前 |
Andreas Kling
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 年之前 |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 年之前 |
Linus Groh
|
51c3967516
Everywhere: Use '_{short_,}string' literals more
|
2 年之前 |
Ali Mohammad Pur
|
0c28fd41ed
Shell: Convert all immediately convertible fallible functions to ErrorOr
|
2 年之前 |
Ali Mohammad Pur
|
e403dbabfa
Shell: Convert the remaining fallible AST functions to ErrorOr
|
2 年之前 |