I don’t know why anyone would use more when less is more with more features.
Less, but actually bat
I use bat sometimes, but how do you stop it from wrapping lines?
I use bat sometimes, but how do you stop it from wrapping lines?
$ cat ~/.config/bat/config --wrap=never
You dropped your friggin’
>
in another thread and I just stepped on it. Pain like Lego.Souldn’t there be two of those to append?
Ow! ^
I ain’t got no time for no config! I’m a busy man!
Less is more!
Been using Less for so long…
Forgot More existed. 🤷♂️
alias more=less
Godless heathen here.
At least I use
bash
!Yes?
It’s said that less is more but I more or less use less more than more.
I both understood that sentence perfectly and sounded like a crazy person while reading it out loud.
“less”. If its a small file i use cat. If i want the top I use “head” or "tail’ for the bottom. For a specific string i use “grep”
alias less=‘moar’
More
Isn’t more like the main driver for our prospering civilization?
Some might say that the shift in desiring less is the downward path for the over-saturated humanity.
But lets not get too deep here.
Depends…
more only if less is not available
less or bat, but I usually use by paging up and down so it’s not that different from more… My terminal emulator only pages up and down, I like it that way.
Most!
LESSOPEN='| highlight --line-numbers -qs candy --out-format=xterm256 --stdout -i %s'
is that an alias or a sys env?
Sys env. It adds syntax highlighting to less. Needs the
highlight
tool of course, there are others.oh, it literally pipes into another tool! I thought that vertical bar was a config option for less lmao
Yeah, less is weird there with needing the pipe.