- 10 months
It’s said that less is more but I more or less use less more than more.
- lordnikon@lemmy.worldEnglish10 months
I both understood that sentence perfectly and sounded like a crazy person while reading it out loud.
- catloaf@lemm.eeEnglish10 months
I don’t know why anyone would use more when less is more with more features.
- 10 months
I use bat sometimes, but how do you stop it from wrapping lines?
$ cat ~/.config/bat/config --wrap=never
- 10 months
“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”
hallettj@leminal.spaceEnglish
10 monthsI’m not sure if I’ve used more in the last 25 years. And when I did I think it was in MS-DOS.
- 10 months
LESSOPEN='| highlight --line-numbers -qs candy --out-format=xterm256 --stdout -i %s'- 10 months
Sys env. It adds syntax highlighting to less. Needs the
highlighttool of course, there are others.- 10 months
oh, it literally pipes into another tool! I thought that vertical bar was a config option for less lmao
- 10 months
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.










