mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:47:34 +00:00
Userland: Add less, a better terminal pager
less is a re-implementation of gnu less, a terminal pager with backwards scrolling and alternate screen support.
This commit is contained in:
parent
e8d5b16733
commit
7ee1983db6
2 changed files with 250 additions and 1 deletions
|
@ -4,7 +4,7 @@ list(APPEND REQUIRED_TARGETS
|
|||
arp base64 basename cat chmod chown chroot clear cp cut date dd df dirname dmesg du echo env expr false fgrep
|
||||
file find grep groups head host hostname id ifconfig kill killall ln ls mkdir mount mv nproc
|
||||
pgrep pidof ping pmap ps readlink realpath reboot rm rmdir seq shutdown sleep sort stat stty su tail test
|
||||
touch tr true umount uname uniq uptime w wc which whoami xargs yes
|
||||
touch tr true umount uname uniq uptime w wc which whoami xargs yes less
|
||||
)
|
||||
list(APPEND RECOMMENDED_TARGETS
|
||||
adjtime aplay avol bt checksum chres cksum copy fortune gunzip gzip init keymap lsirq lsof lspci man mknod mktemp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue