pashage

Yet Another Opinionated Re-engineering of the Unix Password Store
git clone https://git.instinctive.eu/pashage.git
Log | Files | Refs | README | LICENSE

commit 5becef30ba79e87dbe1cba222b779ff9dc5cbdf8
parent 9b993d93545a5866901e5f2c26d2bcadf52de5f7
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Fri,  5 Dec 2025 20:01:03 +0000

Documentation of CLICOLOR_FORCE is clarified
Diffstat:
MREADME.md | 12++++++++----
Mpashage.1 | 3++-
2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -309,7 +309,8 @@ Flags: Environment: - `CLICOLOR_FORCE`: when set to a non-empty value, and `NO_COLOR` is unset - or empty, use ANSI escape sequences to color the output + or empty, use ANSI escape sequences to color the output even when not + writing to a terminal - `LC_CTYPE`: when it contains `UTF`, the tree is displayed using Unicode graphic characters instead of ASCII - `NO_COLOR`: when set to a non-empty value, no ANSI escape sequence is output @@ -350,7 +351,8 @@ Flags: Environment: - `CLICOLOR_FORCE`: when set to a non-empty value, and `NO_COLOR` is unset - or empty, use ANSI escape sequences to color the output + or empty, use ANSI escape sequences to color the output even when not + writing to a terminal - `NO_COLOR`: when set to a non-empty value, no ANSI escape sequence is output - `PASHAGE_AGE`: external command to use instead of `age` - `PASHAGE_DIR`: database directory to use instead of `~/.passage/store` @@ -426,7 +428,8 @@ matching lines and the corresponding secret. Environment: - `CLICOLOR_FORCE`: when set to a non-empty value, and `NO_COLOR` is unset - or empty, use ANSI escape sequences to color the output + or empty, use ANSI escape sequences to color the output even when not + writing to a terminal - `NO_COLOR`: when set to a non-empty value, no ANSI escape sequence is output - `PASHAGE_AGE`: external command to use instead of `age` - `PASHAGE_DIR`: database directory to use instead of `~/.passage/store` @@ -548,7 +551,8 @@ Flags: Environment: - `CLICOLOR_FORCE`: when set to a non-empty value, and `NO_COLOR` is unset - or empty, use ANSI escape sequences to color the output + or empty, use ANSI escape sequences to color the output even when not + writing to a terminal - `LC_CTYPE`: when it contains `UTF`, the tree is displayed using Unicode graphic characters instead of ASCII - `NO_COLOR`: when set to a non-empty value, no ANSI escape sequence is output diff --git a/pashage.1 b/pashage.1 @@ -360,7 +360,8 @@ The following environment variables affect the execution of .It Ev CLICOLOR_FORCE when set to a non-empty value, and .Ev NO_COLOR -is unset or empty, use ANSI escape sequences to color the output +is unset or empty, use ANSI escape sequences to color the output even when not +writing to a terminal .It Ev EDITOR editor command to use instead of .Xr vi 1