summaryrefslogtreecommitdiff
path: root/Userland/Utilities/which.cpp
AgeCommit message (Expand)Author
2023-05-13which: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2022-08-23Userland: Consolidate most PATH resolving into a single implementationTim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-04Userland: Fail Core::find_executable_in_path on empty inputsAndrew Kaster
2022-01-04which: Port to LibMainmjz19910
2021-05-30which: Replace printf() with outln()/warnln()Linus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling