A colorful pager ================ # ~/.bash_profile # Use less as a pager for tui clients as sfeed or sacc. # # Options: # - bold text --> bold + red # - underlined text --> underlined + blue # - prompt (lowerbar) --> blue no backrgound # - error messages (lowerbar) --> yellow no bg # export PAGER="less -R --use-color -Dd+r -Du+b -DPB- -DEY-" # Same thing for manual pages # export MANPAGER="$PAGER" export MANROFFOPT="-P -c" References ---------- * https://wiki.archlinux.org/title/Color_output_in_console * https://man.voidlinux.org/less.1