You can use pipes.
ls /path/to/folder | less
"prog 1 | prog2" here means: "Take prog1 output and put it in prog2 input".
You can also pipe output in file. In this case use ">" symbol. Like this:
ls /path/to/folder > output.txt
Rainbow Sometimes you need to write colored strings in terminal. It isn't easy in some cases, so i wrote library for colored output. Download You can download this library using this command: pastebin get J9nAzYai
Also this library can be found in my oppm repository, just navigate to rainbow folder.
Example
Documentation
... will be here soon. Just wait.
Enjoy!