summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2022-03-24Utilities: Use default constructors/destructorsLenny Maiorani
2022-03-24sql: Re-prompt user for input after unrecognized commandNicholas Cellino
2022-03-24readlink: Use StringView instead of const char*Kenneth Myhra
2022-03-24readlink: Port to LibMainKenneth Myhra
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-23sql: Do not indent next line when current one is blankNicholas Cellino
2022-03-22Mount: Implement wxallowed mount optionint16
2022-03-22disk_benchmark: Port to LibMainNicholas Cellino
2022-03-22readelf: Port to LibMainBrian Gianforcaro
2022-03-22purge: Port to LibMainBrian Gianforcaro
2022-03-22ping: Utilize TRY + Core::System wrappersBrian Gianforcaro
2022-03-22traceroute: Port to LibMainBrian Gianforcaro
2022-03-22true: Port to LibMainBrian Gianforcaro
2022-03-22printf: Port to LibMainBrian Gianforcaro
2022-03-22matroska: Port to LibMainBrian Gianforcaro
2022-03-20Everywhere: Move js/web/wasm tests under /home/anon/TestsBrian Gianforcaro
2022-03-20Everywhere: Move cpp-tests under /home/anon/TestsBrian Gianforcaro
2022-03-20Base: Install symlinks instead of aliasing rgrep and egrepTim Schumacher
2022-03-20grep: Recognize mode based on the program nameTim Schumacher
2022-03-19grep: Properly update match state when handling filesTim Schumacher
2022-03-19grep: Adapt maximum line size depending on file sizeTim Schumacher
2022-03-19pro: Simplify the progress report logic a bitAli Mohammad Pur
2022-03-19pro: Optionally follow 3xx responses with a Location headerAli Mohammad Pur
2022-03-19cmp: Implement cmp(1)Sam Atkins
2022-03-19Utilities: Add support for setting permissions to `install`Tim Schumacher
2022-03-19Utilities: Add support for multiple sources to `install`Tim Schumacher
2022-03-19Utilities: Add the `-c` option to `install`Tim Schumacher
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2022-03-17Utilities: Remove redundant program name element in Core::command() callItamar
2022-03-15Utilities: Add an lscpu utilityUndefine
2022-03-08date: Allow using a custom format stringDaniel Bertalan
2022-03-08Utilities/lspci: Add verbose flag to show data about PCI BARsLiav A
2022-03-08Utilities/lspci: Iterate over /sys/bus/pci instead of reading /proc/pciLiav A
2022-03-08js: Don't try to run empty scriptsMaciej
2022-03-07LibJS: Use Vector instead of HashMap in DeclarativeEnvironmentAndreas Kling
2022-03-06LibLine+Userland: Make suggestion offsets per-suggestionAli Mohammad Pur
2022-03-06js: Use token offset for highlighting instead of column offsetAli Mohammad Pur
2022-03-05tar: Implement support for extended headers :^)Tim Schumacher
2022-03-05tar: Use the prefixed path for listing and verbose outputTim Schumacher
2022-03-05tar: Prevent file buffering from reading uninitialized dataTim Schumacher
2022-03-03reboot: Port to LibMainWuzado
2022-03-02Utilities: Lint CMakefiles.txtcocateh
2022-03-02Utilities: Port tar to LibMaincocateh
2022-03-02js: Print `ArrayBuffer.maxByteLength` when presentForLoveOfCats
2022-02-28groupdel: Port to LibMainTheOddGarlic
2022-02-28useradd: Port to LibMainTheOddGarlic
2022-02-27Utilities: Port pathchk to LibMainMichał Lach
2022-02-26Utilities+Meta: Check icons in markdown-checkkleines Filmröllchen
2022-02-26Utilities: Check help:// manpage links in markdown-checkkleines Filmröllchen
2022-02-26Utilities: Perform most markdown-check link checking with URLskleines Filmröllchen