summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-07-13du: Don't fail immediately when directory can't be read (#8719)luk1337
2021-07-12ls: Add option to list subdirectories recursivelyAriel Don
2021-07-12Utilities: Make `less` accept 'page up' and 'page down' keysBrandon van Houten
2021-07-11Userland+Tests: Convert test_io to be LibTest basedAndrew Kaster
2021-07-11Utilities+Tests: Convert test_efault to be LibTest basedAndrew Kaster
2021-07-10expr: Make Match expressions comply with POSIXAli Mohammad Pur
2021-07-10chres: Make screen an optional parameterNico Weber
2021-07-10chres: Unbreak scale factor setting after aa15bf81e48637Nico Weber
2021-07-10Utilities: Use alpha channel instead of opacity in shotAziz Berkay Yesilyurt
2021-07-10grep: Use Basic POSIX regexps by default and make -E not the defaultAli Mohammad Pur
2021-07-10expr: Use Basic Posix regular expressionsAli Mohammad Pur
2021-07-10Userland: Add fopen error handling to lessRalf Donau
2021-07-09Utilities: Add ability to query specific user with idJean-Baptiste Boric
2021-07-09Utilities: Use Core::Account for idJean-Baptiste Boric
2021-07-09Utilities: Fix return value of exprJean-Baptiste Boric
2021-07-09Utilities: Add support for -d flag to trJean-Baptiste Boric
2021-07-09Utilities: Implement pwdJean-Baptiste Boric
2021-07-09LibPthread+Kernel: Add pthread_kill() and the thread_kill syscallAli Mohammad Pur
2021-07-09Userland: Add ability to capture rectangular region in shotAziz Berkay Yesilyurt
2021-07-09Revert "Userland: Add ability to screenshot rectangular region in `shot` (#85...Ali Mohammad Pur
2021-07-09Userland: Add ability to screenshot rectangular region in `shot` (#8515)Aziz Berkay Yesilyurt
2021-07-08Utilities: Teach sql utility to use the SQLClient classJan de Visser
2021-07-08Utilities/run-tests: Don't use `using enum`Daniel Bertalan
2021-07-08LibC+Utilities: Add `gnu::format` attributesDaniel Bertalan
2021-07-08Everywhere: Add Clang pragmasDaniel Bertalan
2021-07-08Everywhere: Add break after the last case label before `default`Daniel Bertalan
2021-07-07WindowServer+wsctl: Add a simple utility for toggling "flash flush"Andreas Kling
2021-07-07LibJS: Remove the NativeProperty mechanism from LibJSIdan Horowitz
2021-07-07Userland: Add pledge to lessRalf Donau
2021-07-07js: Implement pretty-printing of Temporal.Instant objectsLinus Groh
2021-07-07Userland: Convert delay option to unsigned for shotAziz Berkay Yesilyurt
2021-07-07Userland: Less: emulate cat when stdout is not a ttyPeter Elliott
2021-07-07Userland: Add pager option to man and use less by defaultPeter Elliott
2021-07-07Userland: Add more(1) emulation to less(1)Peter Elliott
2021-07-07Userland: Add minimal prompt support to lessPeter Elliott
2021-07-07Userland: Add less, a better terminal pagerPeter Elliott
2021-07-07test-pthread: Add a mutex testSergey Bugaev
2021-07-07js: Implement pretty-printing of Temporal.TimeZone objectsLinus Groh
2021-07-06js: Convert to east constLinus Groh
2021-07-06test-pthread: Add semaphore testsSergey Bugaev
2021-07-06LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTILinus Groh
2021-07-06LibJS: Remove the default length & attributes from define_native_*Idan Horowitz
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04js: Handle detached ArrayBuffer in print_typed_array()Linus Groh
2021-07-04Userland: Add pgrepAziz Berkay Yesilyurt
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-07-02LibWasm: Give traps a reason and display it when neededAli Mohammad Pur
2021-06-30Utilities: Fix Build on x86_64Hendiadyoin1