summaryrefslogtreecommitdiff
path: root/Userland/Utilities/which.cpp
AgeCommit message (Expand)Author
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