|
|
|
|
|
by bayindirh
244 days ago
|
|
> Do people widely agree with this? That sounds less like 'exploitation' to me and more like 'the way Unix works'. I personally don't. UNIX is made to be composable, and it's composition. more, less, most all consider pipe input as first-class citizens. I'm personally fond of "grep --color=always file.ext | less --raw" to page colored output. > Is that really the best approach? I don't think so. If I was the developer, I'd embed the pager only into the Windows build by default, and use system pagers on other systems (by default). If any person/distro wants to use the built-in pager, it'd be their choice. I don't like when developers bloat their own code with good intentions, but drift from their nice state to something bloated. |
|