summaryrefslogtreecommitdiff
path: root/src/options.go
AgeCommit message (Expand)Author
2025-10-09Fix --help output: socket path cannot be omittedJunegunn Choi
2025-10-09Add Unix domain socket support for --listenJunegunn Choi
2025-10-09Add 'best' actionJunegunn Choi
2025-10-09Rename: '--color hidden' to '--color nomatch'Junegunn Choi
2025-10-09Add special 'strip' style attribute for stripping colorsJunegunn Choi
2025-10-09Revise color configurationJunegunn Choi
2025-10-09Do not allow gutter characters with width other than 1Junegunn Choi
2025-10-09Add enable-raw and disable-raw actionsJunegunn Choi
2025-10-09Introduce 'raw' modeJunegunn Choi
2025-09-29refactor: use maps.Copy and maps.Clone (#4518)mickychang9
2025-09-28Update --help output to avoid confusionJunegunn Choi
2025-09-17Adjust base16 (16) theme (#4501)Junegunn Choi
2025-09-16Add --gutter to --help and man pageJunegunn Choi
2025-09-16Style change: thinner gutter column (#4521)Junegunn Choi
2025-09-05Add sub-word actions (#3997)Massimo Mund
2025-09-05Add keybindings for CTRL, ALT, SHIFT + UP, DOWN, RIGHT, LEFT, HOME, END, BACK...Massimo Mund
2025-07-23Add 'trigger(KEY_OR_EVENT[,...])' actionJunegunn Choi
2025-07-22Add 'click-footer' eventJunegunn Choi
2025-07-22Fix --no-header-lines-border behaviorJunegunn Choi
2025-07-06Add 'multi' event triggered on multi-selection changesJunegunn Choi
2025-06-21Add bg-cancel action to ignore running background transformsJunegunn Choi
2025-06-16Implement asynchronous transform actions (#4419)Junegunn Choi
2025-06-10Add footerJunegunn Choi
2025-06-10Fix inconsistent placement of header-lines with border optionsJunegunn Choi
2025-05-28Allow customizing --ghost color via '--color ghost'Junegunn Choi
2025-05-04Allow whitespace as separator in --color optionJunegunn Choi
2025-05-04Add 'alt-bg' color for striped lines (#4370)Junegunn Choi
2025-04-20Add --tty-default=/dev/tty and --no-tty-default option (#4352)Junegunn Choi
2025-03-28Add change-ghost and transform-ghostJunegunn Choi
2025-03-28Add change-pointer and transform-pointerJunegunn Choi
2025-03-14Add `--ghost=TEXT` to display a ghost text when the input is emptyJunegunn Choi
2025-02-26Trim trailing whitespaces after processing ANSI sequencesJunegunn Choi
2025-02-24Fix regression: Trim trailing whitespaces when using --with-nthJunegunn Choi
2025-02-23Add support for {n} in --with-nth and --accept-nth templatesJunegunn Choi
2025-02-12Make --accept-nth and --with-nth support templatesJunegunn Choi
2025-02-09Rename actions: exclude and exclude-multiJunegunn Choi
2025-02-09Add exclude-current actionJunegunn Choi
2025-02-09Add 'exclude' action for excluding current/selected items from the result (#4...Junegunn Choi
2025-02-09Add --accept-nth option to transform the outputJunegunn Choi
2025-02-02FZF_KEY enhancementsJunegunn Choi
2025-02-01Display header lines at the top in 'reverse-list' layoutJunegunn Choi
2025-02-01Add {show,hide,toggle}-input and expose $FZF_INPUT_STATEJunegunn Choi
2025-02-01Add toggle-bindJunegunn Choi
2025-01-30Add --no-input to hide the input section (#4210)Junegunn Choi
2025-01-28Enhance --min-height option to take number followed by +Junegunn Choi
2025-01-27Set the default value of --min-height depending on other optionsJunegunn Choi
2025-01-27Fix edge cases in --bind where ',' or ':' are chained (#4206)Junegunn Choi
2025-01-27Allow actions to multiple keys and events at onceJunegunn Choi
2025-01-26Make click-header export $FZF_CLICK_HEADER_{NTH,WORD}Junegunn Choi
2025-01-26Add 'search' and 'transform-search'Junegunn Choi