summaryrefslogtreecommitdiff
path: root/Userland/Utilities/less.cpp
AgeCommit message (Expand)Author
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