From 2a2ea06fbcbbcbaf2dfb77027b47dc57f8897994 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 1 Jan 2020 16:30:56 -0500 Subject: Document ENVIRONMENT in scoop(1) --- scoop.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scoop.1 b/scoop.1 index 1ab6dca..a16d9f2 100644 --- a/scoop.1 +++ b/scoop.1 @@ -1,4 +1,4 @@ -.Dd December 31, 2019 +.Dd January 1, 2020 .Dt SCOOP 1 .Os . @@ -171,6 +171,15 @@ For search query syntax, see .Lk https://www.sqlite.org/fts5.html#full_text_query_syntax .El . +.Sh ENVIRONMENT +.Bl -tag -width Ds +.It Ev PAGER +The command to pipe terminal output to. +If it is unset, +.Ev PAGER=less +is used. +.El +. .Sh SEE ALSO .Xr litterbox 1 . -- cgit 1.4.1 elected'>master dontfiles
summary refs log tree commit diff
path: root/bin/pbd.c (unfollow)
Commit message (Expand)Author
2018-03-31Add scheme to READMEJune McEnroe
2018-03-31Brighten color schemeJune McEnroe
2018-03-31Set Dark terminal to schemeJune McEnroe
2018-03-31Lighten cursor colorJune McEnroe
2018-03-31Tweak cyan furtherJune McEnroe
2018-03-31Tweak colors in schemeJune McEnroe
2018-03-31Add scheme.png targetJune McEnroe
2018-03-31Generate Terminal.app color schemeJune McEnroe
2018-03-31Generate basic ANSI color schemeJune McEnroe
2018-03-31Add hex output to schemeJune McEnroe
2018-03-31Add color scheme PNG generatorJune McEnroe
2018-03-31Simplify gfxx palette generationJune McEnroe
2018-03-31Switch to HSV for gfxx palette generationJune McEnroe
2018-03-30Generate default palette in gfxxJune McEnroe
2018-03-30Ignore build and cloneJune McEnroe
2018-03-30Set g:clipboard to pb{copy,paste} alwaysJune McEnroe
2018-03-28Add d-_-b crateJune McEnroe