Added 'less' hack to description

This commit is contained in:
Alexey Kalinin 2013-02-14 17:37:50 +04:00
parent 900dad9736
commit cb9976e171

@ -20,4 +20,11 @@ Sample screenshots
------------------
![Table screenshot](https://raw.github.com/nitso/colour-mysql-console/master/Screen_table.png)
![Vertical screenshot](https://raw.github.com/nitso/colour-mysql-console/master/Screen_G.png)
![Vertical screenshot](https://raw.github.com/nitso/colour-mysql-console/master/Screen_G.png)
Another one nice hack
---------------------
You can also use `less` in pager to have some features like scrolling, search, line numbers etc.
`pager = grcat ~/.grcat | less -RSFXin`
Just type `man less` to read about less parameters.