# pager A simple pager which shows the standart input in a scrollable format. ## Keymaps - j scroll down - k scroll up - exit - q exit ## Usage ``` $ ... | pager ``` ## Notice To open a file in the pager use **read** and pipe it into pager.