less icon indicating copy to clipboard operation
less copied to clipboard

Less - text pager

Results 98 less issues
Sort by recently updated
recently updated
newest added

With earlier versions of `less` (e.g. `608`): ``` sh $ echo -e "hello $(sleep 2) world" | less -FRX # hello world $ ls ``` With version `643`: ``` sh...

Config files, like _lesskey, are determined at homefile(...), and on windows, after trying $HOME and $HOMEDRIVE$HOMEPATH, it could fallback to using _searchenv, which first searches CWD and then in $PATH....

awaiting close

Steps to reproduce: 1. Run ```i=0; while :; do echo $i; let i=$i+1; sleep .2; done > file &```. 2. Run ```less file```. 3. Type ```F```. 4. Note that a...

Ever since upgrading from `less-643` to `less-661`, I noticed that the `-#`/`--shift` option no longer seems to have any effect, and instead the default value of `.5` is used. The...

awaiting close

less prints file change commands into file when specified on command line. ## To Reproduce 1. `echo foo > foo; echo bar > bar` 2. `less +2:x foo bar` ##...

awaiting close

Steps to reproduce: 1. Run ```printf 'a\e\0b' | less -R``` Expected result: Less should display ``` ab (END) ``` Actual result: Less displays ``` a(END) ``` Problem exists in less-590...

awaiting close

After a `less` update in my distribution I noticed that `PageUp` / `PageDown` keys stopped working in `less`. The bisect says that it stopped working after 9ea90038ef19cb264ea907177c2613b6b3a16685 commit. Reverting the...

``` $ man less &more < ``` ![grafik](https://github.com/user-attachments/assets/606cc1df-6f2f-4fbb-b296-e2990cd863c9)

I'm on debian-sid, and I redirect the output of a code into a file. When I `less` this file, and then I press "shift+f" to follow the content, after reaching...

`less` should support bracketed paste, that is, pasted text should not be interpreted as commands (generally a mistake).

enhancement
awaiting close