summaryrefslogtreecommitdiff
path: root/src
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-09Fix offset-up and offset-down with --layout=reverse-listJunegunn Choi
2025-10-09Add 'best' actionJunegunn Choi
2025-10-09Go to the closest match when disabling raw modeJunegunn Choi
2025-10-09ADD $FZF_DIRECTIONJunegunn Choi
2025-10-09Rename: '--color hidden' to '--color nomatch'Junegunn Choi
2025-10-09Fix non-matching items not refreshing after clearing queryJunegunn Choi
2025-10-09Fix: 'hidden' style not applied to text without colorsJunegunn 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 $FZF_RAW for conditional actionsJunegunn Choi
2025-10-09Add enable-raw and disable-raw actionsJunegunn Choi
2025-10-09Refactor action implementationJunegunn Choi
2025-10-09Remove TODO commentsJunegunn Choi
2025-10-09Introduce 'raw' modeJunegunn Choi
2025-10-04Fix stray character artifacts when scrollbar is hiddenJunegunn Choi
2025-09-29refactor: use maps.Copy and maps.Clone (#4518)mickychang9
2025-09-28Update --help output to avoid confusionJunegunn Choi
2025-09-27Remove unused fieldJunegunn Choi
2025-09-27merger: fix chunk cache never getting cleared (#4531)alex-huff
2025-09-23tui/light: consume full 7-byte CSI sequences to prevent leftover printing (#4...Massimo Mund
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-14Fix CTRL-Z for tcell renderer by using the official APIJunegunn Choi
2025-09-14Fix rendering of multiple OSC 8 links in a single lineJunegunn 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-08-31refactor: replace []byte(fmt.Sprintf) with fmt.Appendf (#4507)zhedazijingang
2025-08-27Fix rendering of items with tabs when using a non-default ellipsisJunegunn Choi
2025-08-22Do not unset FZF_DEFAULT_* variables when using winptyJunegunn Choi
2025-08-15Use fixed-length array when possible (#4488)Ioannis Pinakoulakis
2025-08-14chore: remove redundant word in comment (#4490)longhutianjie
2025-08-08Fix incorrect truncation of --info-command with --info=inline-rightJunegunn Choi
2025-08-03Fix '--color nth:regular' not to reset ANSI attributes of the original textJunegunn Choi
2025-08-03Fix a bug where you cannot unset the default `--nth` using `change-nth`Junegunn Choi
2025-08-02Fix $FZF_CLICK_{HEADER,FOOTER}_WORD with ANSI colors and tabsJunegunn Choi
2025-07-23Add 'trigger(KEY_OR_EVENT[,...])' actionJunegunn Choi
2025-07-23Better fix for #4465 - remove unnecessary eraseJunegunn Choi
2025-07-22Add 'click-footer' eventJunegunn Choi
2025-07-22Fix rendering error when hiding a preview window without borderJunegunn Choi
2025-07-22Fix --no-header-lines-border behaviorJunegunn Choi
2025-07-20Add support for {*n} and {*nf} placeholderJunegunn Choi
2025-07-06Fix selection lost on revision bumpJunegunn Choi
2025-07-06Fix regression where header is not updatedJunegunn Choi
2025-07-06Update: make generateJunegunn Choi
2025-07-06Add 'multi' event triggered on multi-selection changesJunegunn Choi
2025-07-03Normalize halfwidth and fullwidth characers for matchingJunegunn Choi