summaryrefslogtreecommitdiff
path: root/src/options.go
AgeCommit message (Expand)Author
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
2025-01-25Add 'bell' action to ring the terminal bellJunegunn Choi
2025-01-24Option to prioritize file name matches (#4192)Junegunn Choi
2025-01-23Add --header-lines-border to separate two headersJunegunn Choi
2025-01-20Make 'current-fg' inherit from 'fg' to simplify configurationJunegunn Choi
2025-01-18Add 'gap-line' color for the horizontal line on each gapJunegunn Choi
2025-01-17Allow setting border styles at once with --style full:STYLEJunegunn Choi
2025-01-16Allow displaying --nth parts in a different text styleJunegunn Choi
2025-01-15Add --gap-line to --help output and man pageJunegunn Choi
2025-01-15Add gap lineJunegunn Choi
2025-01-13Add change-nth actionJunegunn Choi
2025-01-12Treat a single-character delimiter as a plain string delimiterJunegunn Choi
2025-01-11Refactor --preview-border=lineJunegunn Choi
2025-01-11Fix preview scrollbar with '--preview-window bottom,border-line'Junegunn Choi
2025-01-07Refactor option parserJunegunn Choi
2025-01-07Update man page sectionsJunegunn Choi
2025-01-06Restructure --help outputJunegunn Choi
2025-01-06Add style presets: --style=[default|minimal|full]Junegunn Choi
2025-01-06Add preview border style 'line'Junegunn Choi
2025-01-05Border around the header sectionJunegunn Choi
2025-01-04Fix '--tmux border-native'Junegunn Choi
2025-01-04Add `border-native` option to `--tmux` flag (#4157)Andreas Auernhammer
2025-01-02Update --help outputJunegunn Choi
2025-01-02Border around the input section (prompt + info)Junegunn Choi
2024-12-31Add missing --list-border=* parserJunegunn Choi
2024-12-31Add --list-border for additional border around the list sectionJunegunn Choi
2024-12-19Add toggle-hscrollJunegunn Choi
2024-12-19Add toggle-multi-line actionJunegunn Choi
2024-12-12Respect the properties of the currently active preview window optionsJunegunn Choi