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










