summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-16Style change: thinner gutter column (#4521)Junegunn Choi
2025-09-16Bump github.com/charlievieth/fastwalk from 1.0.13 to 1.0.14 (#4522)dependabot[bot]
Bumps [github.com/charlievieth/fastwalk](https://github.com/charlievieth/fastwalk) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/charlievieth/fastwalk/releases) - [Commits](https://github.com/charlievieth/fastwalk/compare/v1.0.13...v1.0.14) --- updated-dependencies: - dependency-name: github.com/charlievieth/fastwalk dependency-version: 1.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-14No emojiJunegunn Choi
2025-09-14Fix CTRL-Z for tcell renderer by using the official APIJunegunn Choi
See https://github.com/gdamore/tcell/pull/431
2025-09-14Fix rendering of multiple OSC 8 links in a single lineJunegunn Choi
Fix #4517
2025-09-07Deploying to master from @ ↵junegunn
junegunn/fzf@ae12e94b1f2d0659f9b1b32ae6380a677ca19d68 🚀
2025-09-05Add sub-word actions (#3997)Massimo Mund
Add `backward-subword`, `forward-subword`, `kill-subword`, `backward-kill-subword` actions.
2025-09-05Add keybindings for CTRL, ALT, SHIFT + UP, DOWN, RIGHT, LEFT, HOME, END, ↵Massimo Mund
BACKSPACE, DELETE & more (#3996) * Added tests for `LightRenderer` * Added common SHIFT, ALT and ALT+SHIFT key sequences * Added common CTRL key sequences * Added common CTRL+ALT, CTRL+SHIFT, CTRL+ALT+SHIFT key sequences * Added proper xterm META modifier handling according to https://github.com/joejulian/xterm/blob/defc6dd5684a12dc8e56cb6973ef973e7a32caa3/input.c#L357-L375 * Fix `ctrl-backspace` and `ctrl-alt-backspace` * Fix broken tcell tests on windows by swallowing Resize events * Added tests for FullscreenRenderer * Removed own fork of tcell and updated tcell to 2.9.0 tcell 2.9.0 is needed for `Ctrl-Alt-*` and `Ctrl-Alt-Shift-*` shortcuts in Windows * Replace conditional checks with switch statements to improve readability * Replace long conditionals with constant slices to improve readability * Bind `ctrl-bspace` (`ctrl-h`) to `backward-delete-char` by default Since we now distinguish between Backspace and Ctrl-Backspace, Ctrl-Backspace should trigger the same action as Backspace by default. In that way nothing changes for the user but you can bind other actions to Ctrl-Backspace when desired.
2025-09-05Require Go 1.23Junegunn Choi
2025-09-05Bump github.com/gdamore/tcell/v2 from 2.8.1 to 2.9.0 (#4503)dependabot[bot]
Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/gdamore/tcell/releases) - [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv2.md) - [Commits](https://github.com/gdamore/tcell/compare/v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: github.com/gdamore/tcell/v2 dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-04mod: update charlievieth/fastwalk to v1.0.13 and min Go version to 1.21 (#4508)Charlie Vieth
This commit updates github.com/charlievieth/fastwalk to v1.0.13 which addresses fastwalk issue #61. It also updates the minimum supported Go version to 1.21 (up from 1.20) since that is now the minimum version supported by fastwalk.
2025-09-03Update READMEJunegunn Choi
2025-08-310.65.2Junegunn Choi
2025-08-31refactor: replace []byte(fmt.Sprintf) with fmt.Appendf (#4507)zhedazijingang
Signed-off-by: zhedazijingang <unwrap_or_else@outlook.com>
2025-08-31Deploying to master from @ ↵junegunn
junegunn/fzf@5546c65491a26c7cd01e08d4ecc65eaab89b3363 🚀
2025-08-27Fix rendering of items with tabs when using a non-default ellipsisJunegunn Choi
Fix #4505
2025-08-24Deploying to master from @ ↵junegunn
junegunn/fzf@9a53d84b9cce3a0be12fb98e313726ecc806f034 🚀
2025-08-22Update README.mdJunegunn Choi
2025-08-22Do not unset FZF_DEFAULT_* variables when using winptyJunegunn Choi
Fix #4497 Fix #4400
2025-08-19[bash 3] Fix CTRL-T and ALT-C to preserve the last yank (#4496)xty
2025-08-19Fix a typo in man page (#4495)Peter Sideris
2025-08-17[install] Support old uname in macOS (#4492)Chayoung You
2025-08-15Bump actions/checkout from 4 to 5 (#4485)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-15Use fixed-length array when possible (#4488)Ioannis Pinakoulakis
2025-08-14chore: remove redundant word in comment (#4490)longhutianjie
Signed-off-by: longhutianjie <keplrnewton@icloud.com>
2025-08-08Fix incorrect truncation of --info-command with --info=inline-rightJunegunn Choi
Fix #4479
2025-08-030.65.1Junegunn Choi
2025-08-03Deploying to master from @ ↵junegunn
junegunn/fzf@179aec1578004c705522f5dc47190494988797b4 🚀
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-270.65.0Junegunn Choi
2025-07-27Deploying to master from @ ↵junegunn
junegunn/fzf@354d0468c126c4e03b3578a752afedfd6451fd0d 🚀
2025-07-25fix(shell): check for mawk existence before version check (#4468)LangLangBart
close #4463
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
This was a regression introduced in cdcab267. Fix #4465
2025-07-22Fix --no-header-lines-border behaviorJunegunn Choi
It should be different from --header-lines-border=none according to the man page. It should merge two headers unlike the latter.
2025-07-20Add support for {*n} and {*nf} placeholderJunegunn Choi
Close #4458
2025-07-20Deploying to master from @ ↵junegunn
junegunn/fzf@821b8e70a80e3ea96772a4dda36311b19b7171b4 🚀
2025-07-19[neovim] Fix margin background color when &winborder is usedJunegunn Choi
Fix #4453
2025-07-16Fix a typo in README.md (#4459)Jaseem Abid
2025-07-13Deploying to master from @ ↵junegunn
junegunn/fzf@dea1df6878a71a2ef9f57bf4ed63b35ee43f7e99 🚀
2025-07-12Add missing mention of 'bg-cancel' to the man pageJunegunn Choi
2025-07-060.64.0Junegunn 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