index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
less.cpp
Age
Commit message (
Expand
)
Author
2021-12-29
less: Handle tabs in line wrapping
Peter Elliott
2021-12-29
Userland: Port less(1) to LibMain
Peter Elliott
2021-12-29
less: Remove all formatting before printing status line
Peter Elliott
2021-12-29
less: Dynamically re-wrap lines on resize
Peter Elliott
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-01
less: Fix condition to read more data
Ben Wiederhake
2021-10-31
Userland: Handle terminal window resizing in less(1)
Kyle Ambroff-Kao
2021-10-01
Userland: Fix typos
Nico Weber
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-07-29
Utilities: Make 'less' act more like 'more' when emulating 'more' :^)
Lennon Donaghy
2021-07-29
Utilities: Add half-page scrolling + number modifiers to 'less'
Lennon Donaghy
2021-07-29
Utilities: Add fix for 'less' not buffering the correct number of lines
Lennon Donaghy
2021-07-27
Utilities: Allow 'less' to scroll to top/bottom using 'G' and 'g'
Lennon Donaghy
2021-07-12
Utilities: Make `less` accept 'page up' and 'page down' keys
Brandon van Houten
2021-07-10
Userland: Add fopen error handling to less
Ralf Donau
2021-07-07
Userland: Add pledge to less
Ralf Donau
2021-07-07
Userland: Less: emulate cat when stdout is not a tty
Peter Elliott
2021-07-07
Userland: Add pager option to man and use less by default
Peter Elliott
2021-07-07
Userland: Add more(1) emulation to less(1)
Peter Elliott
2021-07-07
Userland: Add minimal prompt support to less
Peter Elliott
2021-07-07
Userland: Add less, a better terminal pager
Peter Elliott