|
|
|
|
|
by mbrumlow
2933 days ago
|
|
Yeah, I did not mean to imply you needed a pager, just something to receive the output, a pager is just one choice. I guess the program implemented the tty method you could always alias your stuff to something like blush="/bin/blush | cat" if you decided you did not like color. While a part of me says piping programs to get the result you want is the *nix way. Another part of me feels like it would just be a dirty hack to avoid color. |
|