colored manpagesComments
Display comments as
(Linear | Threaded)
Shouldn't it say:
alias man="TERMINFO=~/.terminfo/ LESS=C TERM=mostlike PAGER=less man" (mind the last word "man" in the alias ...)
Or just install most
Cheers!
arg "...but alot of people don't know how that works (without using most as PAGER)..."
Option number two:
# apt-get install most # update-alternatives --config pager
Easy to follow manual
Add Comment
|
Calendar
QuicksearchSupportRecent EntriesTwo weeks with the n900
Monday, February 8 2010 Chomsky garden gnome Wednesday, December 23 2009 wikileaks released 9/11 pager messages Thursday, November 26 2009 Mandelbrot in 3D Sunday, November 22 2009 ssl and ssh multiplexing using sslh Thursday, October 29 2009 gcc and printf/puts optimizations Thursday, September 17 2009 security of scponly/sftp-server in combination with apache Friday, August 14 2009 another note to the keysigning debacle Wednesday, August 5 2009 pwnie award nominations 2009 Saturday, July 25 2009 browser history sniffing without JS Monday, June 15 2009 ArchivesCategoriesTag cloud23c3 acpi advertising annouce announce april argh art awards bash blogging browser bugs c cli code config configuration copyright data mining debconf debian dell dns documentation email errm? events fail filesharing films flame fun gcc google graphs grml hacking hacks hardware heise images information installation irc knowledge libacpi links linux mail monitoring network networking news newsbeuter nonsense omg openoffice open source opera passwords php phrack piratebay privacy programming qa random blurb rant release releases rss scripts security service setup shell software ssh stfl stuff terminal tests text mode tip tips tools troubleshooting user video vim.editing web web 2.0 websites wikipedia wordpress wtf www youtube zsh
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Manpages ???????? Linux ???????????? man ???????? Manpages ??????Nico Golde ?????????????????????? Manpages ??????????...
Tracked: Jun 24, 15:44
I recently wrote how to use terminfo to get colored manpages. Today ft came up with a nice undocumented feature of less which enables you to set termcap colors by environment variables. Just use export LESS_TERMCAP_mb=$'\E[01;31m' export LESS_TERMCA
Tracked: Jul 02, 18:15