less
less copied to clipboard
Less - text pager
TL;DR: Make it possible to declare which column any regex searches should start on, by skipping a margin/gutter on the left hand side. This is mostly to help integration with...
[I realise this is not an issue with the less software, but it is somewhat related] Downloading .tar.gz files from http://www.greenwoodsoftware.com/less/download.html with Chrome causes them to become uncompressed. i.e. ```...
When building less on Windows (with Visual C++) utf-8 input (when the codepage for the current console is set to 65001), doesn't work correctly. When I press / to enter...
An example with zsh (with process substitution instead of a pipe, the command producing data runs in background and is not interrupted by the Ctrl-C): less -fc
Using the 'constant' attribute causes a cfi-icall violation since the function pointer uses only 'char *'. Signed-off-by: Shawn Webb
Hi, I'm running Ubuntu 22.04 and using less 590. Found a regression in ANSI color codes handling. The minimal text file to reproduce is attached. It has two lines and...
The defines.h header sets up defines that the C library relies on. By including it *after* C library headers, those defines end up not having any effect. Move them to...
Hi! Using less, some **Private Use Area** characters don't show. OS: macOS 12.5.1 Monterey less: v590 ***Unicode - Private Use Area*** | Range | Name | | ---------------:| -------------------------------- |...
When piping the output of a long running process to less, the follow forever (`F`) command is very useful for keeping the freshest content on the screen, but unfortunately there...
Hi, consider the following file ``` "topics":["0xe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c","0x0000000000000000000000000000000000007f150bd6f54c40a34d7c3d5e9f56"],"data":"0x00000000000000000000000000000000000000000000000007dec64b14149040","blockNumber":"0xb079ad","transactionHash":"0x87e4e72189966e7f1e5578810c46a9c8180f9d240c4bb511c58d568bc352d300","transactionIndex":"0x1d0","blockHash":"0x413cf9b1f779d0b6bd52113aa6bd3462b5010cd8c50a1229ac28103d44c4d640","logIndex":"0x3","removed":false},{"address":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2","topics" ``` I can open it with less at a specific cursor, e.g. `less -p 0x413cf9b1f779d0b6bd52113aa6bd3462b5010cd8c50a1229ac28103d44c4d640 file` and then the `0x413cf9b1f779d0b6bd52113aa6bd3462b5010cd8c50a1229ac28103d44c4d640` gets highlighted in...