index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
options.go
Age
Commit message (
Expand
)
Author
2025-03-28
Add change-ghost and transform-ghost
Junegunn Choi
2025-03-28
Add change-pointer and transform-pointer
Junegunn Choi
2025-03-14
Add `--ghost=TEXT` to display a ghost text when the input is empty
Junegunn Choi
2025-02-26
Trim trailing whitespaces after processing ANSI sequences
Junegunn Choi
2025-02-24
Fix regression: Trim trailing whitespaces when using --with-nth
Junegunn Choi
2025-02-23
Add support for {n} in --with-nth and --accept-nth templates
Junegunn Choi
2025-02-12
Make --accept-nth and --with-nth support templates
Junegunn Choi
2025-02-09
Rename actions: exclude and exclude-multi
Junegunn Choi
2025-02-09
Add exclude-current action
Junegunn Choi
2025-02-09
Add 'exclude' action for excluding current/selected items from the result (#4...
Junegunn Choi
2025-02-09
Add --accept-nth option to transform the output
Junegunn Choi
2025-02-02
FZF_KEY enhancements
Junegunn Choi
2025-02-01
Display header lines at the top in 'reverse-list' layout
Junegunn Choi
2025-02-01
Add {show,hide,toggle}-input and expose $FZF_INPUT_STATE
Junegunn Choi
2025-02-01
Add toggle-bind
Junegunn Choi
2025-01-30
Add --no-input to hide the input section (#4210)
Junegunn Choi
2025-01-28
Enhance --min-height option to take number followed by +
Junegunn Choi
2025-01-27
Set the default value of --min-height depending on other options
Junegunn Choi
2025-01-27
Fix edge cases in --bind where ',' or ':' are chained (#4206)
Junegunn Choi
2025-01-27
Allow actions to multiple keys and events at once
Junegunn Choi
2025-01-26
Make click-header export $FZF_CLICK_HEADER_{NTH,WORD}
Junegunn Choi
2025-01-26
Add 'search' and 'transform-search'
Junegunn Choi
2025-01-25
Add 'bell' action to ring the terminal bell
Junegunn Choi
2025-01-24
Option to prioritize file name matches (#4192)
Junegunn Choi
2025-01-23
Add --header-lines-border to separate two headers
Junegunn Choi
2025-01-20
Make 'current-fg' inherit from 'fg' to simplify configuration
Junegunn Choi
2025-01-18
Add 'gap-line' color for the horizontal line on each gap
Junegunn Choi
2025-01-17
Allow setting border styles at once with --style full:STYLE
Junegunn Choi
2025-01-16
Allow displaying --nth parts in a different text style
Junegunn Choi
2025-01-15
Add --gap-line to --help output and man page
Junegunn Choi
2025-01-15
Add gap line
Junegunn Choi
2025-01-13
Add change-nth action
Junegunn Choi
2025-01-12
Treat a single-character delimiter as a plain string delimiter
Junegunn Choi
2025-01-11
Refactor --preview-border=line
Junegunn Choi
2025-01-11
Fix preview scrollbar with '--preview-window bottom,border-line'
Junegunn Choi
2025-01-07
Refactor option parser
Junegunn Choi
2025-01-07
Update man page sections
Junegunn Choi
2025-01-06
Restructure --help output
Junegunn Choi
2025-01-06
Add style presets: --style=[default|minimal|full]
Junegunn Choi
2025-01-06
Add preview border style 'line'
Junegunn Choi
2025-01-05
Border around the header section
Junegunn Choi
2025-01-04
Fix '--tmux border-native'
Junegunn Choi
2025-01-04
Add `border-native` option to `--tmux` flag (#4157)
Andreas Auernhammer
2025-01-02
Update --help output
Junegunn Choi
2025-01-02
Border around the input section (prompt + info)
Junegunn Choi
2024-12-31
Add missing --list-border=* parser
Junegunn Choi
2024-12-31
Add --list-border for additional border around the list section
Junegunn Choi
2024-12-19
Add toggle-hscroll
Junegunn Choi
2024-12-19
Add toggle-multi-line action
Junegunn Choi
2024-12-12
Respect the properties of the currently active preview window options
Junegunn Choi
[next]