summaryrefslogtreecommitdiff
path: root/Userland/Shell/Builtin.cpp
AgeCommit message (Expand)Author
2022-07-14LibCore: Replace the ArgsParser option argument setting with an enumTim Schumacher
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-21Shell: Highlight commands with a hyperlink to open their help pagesForLoveOfCats
2022-04-11Shell: Read script arguments as Strings instead of char*sSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-26Shell: Add an ArgsParser-based argument parser builtinAli Mohammad Pur
2022-02-22Shell: Start history counter from 1Ryan Chandler
2022-02-04Shell: Add total time to builtin_time Timing ReportTom Martin
2022-01-29Shell: Use StringView instead of String const& where feasibleDaniel Bertalan
2022-01-09Shell: Add a "noop" builtin aliased to ":"Ali Mohammad Pur
2022-01-09Shell: Refresh PATH cache after 'unset PATH'Ali Mohammad Pur
2022-01-09Shell: Don't reset 'last_return_code' before running commandsAli Mohammad Pur
2022-01-04Userland: Fail Core::find_executable_in_path on empty inputsAndrew Kaster
2021-12-31Shell: Make redirection errors raise ShellErrorsAli Mohammad Pur
2021-12-05Shell: Cast unused smart-pointer return values to voidSam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-06Shell: Add min and max iteration times to `time -n` in builtin_timeMusab Kılıç
2021-10-08Shell: Fix -Wunreachable-code warnings from clangNico Weber
2021-09-20Shell: Make ArgsParser not exit on failure in builtin_exit()Ali Mohammad Pur
2021-09-12Shell: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-03AK: Rename create<T> => make_ref_counted<T>Andreas Kling
2021-08-31Shell: Use new Statistics tool in 'time -n' commandTobias Christiansen
2021-08-30Shell: Fix a TOCTOU in `popd` by simplifying itAndreas Kling
2021-08-28Shell: Use a relative path in builtin_cd for chdir if possibleAli Mohammad Pur
2021-08-27Shell: Use variable instead of iteration_times.size() in builtin_timeMusab Kılıç
2021-08-27Shell: Add iteration_times.ensure_capacity() in builtin_timeMusab Kılıç
2021-08-23Shell: Use String::join for the command in timing reportRalf Donau
2021-08-23Shell: Avoid a needless loop in builtin_time()Valtteri Koskivuori
2021-08-23Shell: Support `time -n <iterations>`Andreas Kling
2021-07-13Shell: Add unalias builtinTheFightingCatfish
2021-07-08Shell: Use correct printf format string for `size_t`Daniel Bertalan
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-08Shell: Make `time` stop parsing options on first non-optionJelle Raaijmakers
2021-06-08LibCore: Support fine-grained failure behavior for ArgsParserJelle Raaijmakers
2021-05-07Shell: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-02Shell: Replace fprintf(stderr) => warnln()Ali Mohammad Pur
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-23Shell: Add a 'kill' builtin that wraps the system's ownAli Mohammad Pur
2021-04-23Shell: Add support for jobspecs in fg/bg/disown/waitAli Mohammad Pur
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23Shell: Fix how cd handles the path argumentGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Shell: flush stderr and stdout when using builtinsjacob gw
2021-04-13Shell: add `type` builtinjacob gw
2021-03-31Shell: Handle SIGCHLD after sending SIGCONT to jobAnotherTest
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-07Shell: Make the 'not' builtin return the correct exit code for functionsAnotherTest