summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2022-03-30test: Port to LibMainKenneth Myhra
2022-03-30AK: Allow printing wide characters using %ls modifiersafarp
2022-03-29seq: Port to LibMainKenneth Myhra
2022-03-29tty: Port to LibMainKenneth Myhra
2022-03-29tt: Port to LibMainKenneth Myhra
2022-03-29tr: Utilize TRY moreKenneth Myhra
2022-03-29tr: Port to LibMainKenneth Myhra
2022-03-29test_env: Port to LibMainKenneth Myhra
2022-03-29test-unveil: Port to LibMainKenneth Myhra
2022-03-29test-pthread: Port to LibMain and let local functions return ErrorOr<T>Kenneth Myhra
2022-03-29test-fuzz: Allow listing fuzzing targets without specifying input fileKenneth Myhra
2022-03-29test-fuzz: Port to LibMainKenneth Myhra
2022-03-29test-bindtodevice: Port to LibMainKenneth Myhra
2022-03-29kcov-example: Port to LibMainKenneth Myhra
2022-03-29telws: Port to LibMainKenneth Myhra
2022-03-29run-tests: Port to LibMainKenneth Myhra
2022-03-29markdown-check: Use Core::ArgsParserKenneth Myhra
2022-03-29markdown-check: Port to LibMainKenneth Myhra
2022-03-28LibXML: Add a fairly basic XML parserAli Mohammad Pur
2022-03-27disk_benchmark: TRY more stuff :^)Kenneth Myhra
2022-03-27disk_benchmark: Core::ArgsParser to parse argumentsKenneth Myhra
2022-03-26tee: Port to LibMain and move to SerenityOS code patternsKenneth Myhra
2022-03-26ls: Remove leading dashes from ArgsParser argument nameAli Mohammad Pur
2022-03-26Utilities/ps: Don't assume the kernel can provide real TTY pathsLiav A
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