summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-10-01 23:47:09 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-10-09 00:17:00 +0900
commit91beacf0f4966e0e5ddbcdedae008d8a66f93ab9 (patch)
tree978a5cdb30bcf2ce8f9faacda024a2baffa83af1 /man
parente6ad01fb90df7e324068f61ae96e056f327959c7 (diff)
downloadfzf-91beacf0f4966e0e5ddbcdedae008d8a66f93ab9.tar.gz
Add special 'strip' style attribute for stripping colors
Test cases: fd --color always | fzf --ansi --delimiter / fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim,nth:regular fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular --raw fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular,hidden:strikethrough --raw fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular,hidden:strip:strikethrough --raw fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular,hidden:strip:dim:strikethrough --raw
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.13
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index ffd47f12..4be02c97 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -325,7 +325,8 @@ color mappings. Each entry is separated by a comma and/or whitespaces.
\fB#rrggbb \fR24-bit colors
.B ANSI ATTRIBUTES: (Only applies to foreground colors)
- \fBregular \fRClears previously set attributes; should precede the other ones
+ \fBregular \fRClear previously set attributes; should precede the other ones
+ \fBstrip \fRRemove colors
\fBbold\fR
\fBunderline\fR
\fBreverse\fR