aboutsummaryrefslogtreecommitdiff
path: root/man/pager.md
blob: 52a0db5529b9fd3487d202969746e8aa42108d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# pager

A simple pager which shows the standart input in a scrollable format.

## Keymaps

- j      scroll down
- k      scroll up
- <esc>  exit
- q      exit

## Usage

```
$ ... | pager
```

## Notice

To open a file in the pager use **read** and pipe it into pager.