It would be nice if when you viewed or "quit" viewing a list of paginated results at the command-line that the screen wasn't cleared.
For now the workaround is to pipe the output to a file (or cat) and then view the file, but that kind of sucks.
We should consider adding a --no-more flag or something?
It would be nice if when you viewed or "quit" viewing a list of paginated results at the command-line that the screen wasn't cleared.
For now the workaround is to pipe the output to a file (or
cat) and then view the file, but that kind of sucks.We should consider adding a
--no-moreflag or something?