aboutsummaryrefslogtreecommitdiff
path: root/man/pager.md
diff options
context:
space:
mode:
Diffstat (limited to 'man/pager.md')
-rw-r--r--man/pager.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/pager.md b/man/pager.md
new file mode 100644
index 0000000..52a0db5
--- /dev/null
+++ b/man/pager.md
@@ -0,0 +1,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.