summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-11-14config: Add option to remove config keyfaxe1008
2021-11-13Utilities/tr: Rework squeezing to be supported during more operationsTim Schumacher
2021-11-13Utilities/grep: Implement using multiple patternsTim Schumacher
2021-11-13Utilities/tar: Ignore directory entry if it already existsTim Schumacher
2021-11-12Utilities/grep: Implement line-counting modeTim Schumacher
2021-11-12Utilities/tr: Implement squeezing repeated charactersTim Schumacher
2021-11-12LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>Ali Mohammad Pur
2021-11-11Utilities: cut: Implement field-based cuttingTim Schumacher
2021-11-11Utilities: cut: Split up into file and line processingTim Schumacher
2021-11-11Utilities: cut: Work exclusively with rangesTim Schumacher
2021-11-11Utilities: cut: Move string splitting into expand_listTim Schumacher
2021-11-11Utilities: cut: Migrate to ArgsParserTim Schumacher
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling
2021-11-10Utilities: tar: Always create parent directory when extractingTim Schumacher
2021-11-10strace: Interpret errno codes for pointer-like return codesBen Wiederhake
2021-11-10strace: Switch to new flag handler, support more flagsBen Wiederhake
2021-11-10strace: Better support for bitflags, show unrecognized flagsBen Wiederhake
2021-11-08pape: Add set-random optionfaxe1008
2021-11-08LibCore: Use ErrorOr<T> for Core::get_password()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::copy_file()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling
2021-11-08AK: Use ErrorOr<T> for MappedFile factoriesAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibRegex: Don't push LibRegex's "Error" into the global namespaceAndreas Kling
2021-11-08syscall: Translate errno to something human-readableBen Wiederhake
2021-11-08hexdump: Improve error handlingBen Wiederhake
2021-11-06grep: Add ability to output line numbersBen Wiederhake
2021-11-06grep: Simplify lambda signature for readabilityBen Wiederhake
2021-11-05shot: Fix hanging due to zero sized RectAziz Berkay Yesilyurt
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02LibJS: Convert the GetValue AO to ThrowCompletionOrIdan Horowitz
2021-11-02Utilities: Remove misbehaving-applicationBen Wiederhake
2021-11-01profile: Don't treat '--help' as an errorBen Wiederhake
2021-11-01less: Fix condition to read more dataBen Wiederhake
2021-11-01hexdump: Avoid using read_allBen Wiederhake
2021-11-01hexdump: Make non-ASCII output easier to readBen Wiederhake
2021-11-01echo: Obey -n when text is emptyRodrigo Tobar
2021-10-31strace: Teach mmap() pretty-printer about more MAP_FOO flagsAndreas Kling
2021-10-31Revert "wc: Count last line even if it doesn't end in newline"Andreas Kling
2021-10-31Userland: Handle terminal window resizing in less(1)Kyle Ambroff-Kao
2021-10-31Utilities: Add option to suppress errors to grepMarco Cutecchia
2021-10-31Utilities: Add 'quiet' mode to grepMarco Cutecchia
2021-10-31js: Convert JavaScript REPL to ThrowCompletionOrTimothy Flynn
2021-10-29wc: Count last line even if it doesn't end in newlineRodrigo Tobar
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A
2021-10-24LibJS: Include executable name in bytecode dumpsAndreas Kling
2021-10-24LibJS: Move global "should dump bytecode" flag into LibJSAndreas Kling