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
2022-09-28
less: Show correct line number
demostanis
2022-09-28
less: Properly stop on EOF
demostanis
2022-07-27
less: Fix out of bounds StringView indexing
MacDue
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-04-03
Utilities: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-06
less: Add hotkeys f and b to scroll screen up/down
Miika Hämynen
2022-01-24
less: Fix memory leak when scrolling to EOF
Rummskartoffel
2022-01-08
less: Fix crash on empty input
Rummskartoffel
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
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