summaryrefslogtreecommitdiff
path: root/Userland/Utilities/less.cpp
AgeCommit message (Expand)Author
2021-12-29less: Handle tabs in line wrappingPeter Elliott
2021-12-29Userland: Port less(1) to LibMainPeter Elliott
2021-12-29less: Remove all formatting before printing status linePeter Elliott
2021-12-29less: Dynamically re-wrap lines on resizePeter Elliott
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-01less: Fix condition to read more dataBen Wiederhake
2021-10-31Userland: Handle terminal window resizing in less(1)Kyle Ambroff-Kao
2021-10-01Userland: Fix typosNico Weber
2021-09-18AK: Make Utf8View constructors inline and remove C string constructorAndreas Kling
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-07-29Utilities: Make 'less' act more like 'more' when emulating 'more' :^)Lennon Donaghy
2021-07-29Utilities: Add half-page scrolling + number modifiers to 'less'Lennon Donaghy
2021-07-29Utilities: Add fix for 'less' not buffering the correct number of linesLennon Donaghy
2021-07-27Utilities: Allow 'less' to scroll to top/bottom using 'G' and 'g'Lennon Donaghy
2021-07-12Utilities: Make `less` accept 'page up' and 'page down' keysBrandon van Houten
2021-07-10Userland: Add fopen error handling to lessRalf Donau
2021-07-07Userland: Add pledge to lessRalf Donau
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