less
less copied to clipboard
Less - text pager
Hi Mark, First, I'd like to say thanks. I've been using less since 1993 or so, and it's definitely one of the most important tools for me, used tens or...
If there is someway to exclude mkutable.py (still WIP) from the pull request, it would be appreciated.
I noticed a "\x9B\xC4" sequence was removed, which was strange, since I've defined all the "extended ASCII" as text. Then I remembered that '\x9B' is the 8-bit CSI. Since Windows...
It would be nice to have an option to get `less` to show tabs as tabs (not convert them to spaces), so that for instance selecting text in the terminal...
Using less-561 beta. I spend a lot of time viewing mail log files to which lines are continually being appended by various processes. Often I'll page through the file using...
Version: less 580 Currently, in case the search pattern is passed via the command line options, and if there's no match, like the case with the following command: ```sh echo...
Hey. Not sure what the following is, maybe a question or maybe (1-n) feature requests ;-) I guess many people use less to view log files or similar output that...
Currently, `less`'s wrapping will display lines until the terminal's end and will then jump a line and put text that immediately follows. This splits words in the text. Could it...
The Makefile.wnm has debugging flags which can be optionally enabled. I feel like Makefile.wng should have something similar. When building less using mingw32-make, I found that I had to add...
Using: v530 on cygwin v458 on centos/sles (yay, enterprise distros :( ) .gitconfig snippage pager.core = less -IqRFX pager.diff = less -IqRFX --pattern='^diff --git' With a small git diff, --pattern...