Junegunn Choi
|
922bc22ceb
|
Fix CTRL-Z for tcell renderer by using the official API
See https://github.com/gdamore/tcell/pull/431
|
2025-09-14 11:43:51 +09:00 |
|
Junegunn Choi
|
223d0c0819
|
Fix rendering of multiple OSC 8 links in a single line
Fix #4517
|
2025-09-14 11:43:51 +09:00 |
|
Junegunn Choi
|
416aff86e9
|
0.65.2
v0.65.2
|
2025-08-31 22:18:44 +09:00 |
|
zhedazijingang
|
59dc7f178f
|
refactor: replace []byte(fmt.Sprintf) with fmt.Appendf (#4507)
Signed-off-by: zhedazijingang <unwrap_or_else@outlook.com>
|
2025-08-31 22:01:35 +09:00 |
|
junegunn
|
a3c9f8bfee
|
Deploying to master from @ junegunn/fzf@5546c65491 🚀
|
2025-08-31 00:02:03 +00:00 |
|
Junegunn Choi
|
5546c65491
|
Fix rendering of items with tabs when using a non-default ellipsis
Fix #4505
|
2025-08-27 23:31:31 +09:00 |
|
junegunn
|
f2179f015c
|
Deploying to master from @ junegunn/fzf@9a53d84b9c 🚀
|
2025-08-24 00:02:30 +00:00 |
|
Junegunn Choi
|
9a53d84b9c
|
Update README.md
|
2025-08-22 22:51:04 +09:00 |
|
Junegunn Choi
|
0a8ff7899c
|
Do not unset FZF_DEFAULT_* variables when using winpty
Fix #4497
Fix #4400
|
2025-08-22 19:24:01 +09:00 |
|
xty
|
f9d7877d8b
|
[bash 3] Fix CTRL-T and ALT-C to preserve the last yank (#4496)
|
2025-08-19 23:31:02 +09:00 |
|
Peter Sideris
|
9fe9976591
|
Fix a typo in man page (#4495)
|
2025-08-19 23:25:57 +09:00 |
|
Chayoung You
|
de1824f71d
|
[install] Support old uname in macOS (#4492)
|
2025-08-17 11:54:32 +09:00 |
|
dependabot[bot]
|
19a9296c47
|
Bump actions/checkout from 4 to 5 (#4485)
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-15 21:17:29 +09:00 |
|
Ioannis Pinakoulakis
|
49967f3d45
|
Use fixed-length array when possible (#4488)
|
2025-08-15 21:16:41 +09:00 |
|
longhutianjie
|
978b6254c7
|
chore: remove redundant word in comment (#4490)
Signed-off-by: longhutianjie <keplrnewton@icloud.com>
|
2025-08-14 13:26:29 +09:00 |
|
Junegunn Choi
|
1afd143810
|
Fix incorrect truncation of --info-command with --info=inline-right
Fix #4479
|
2025-08-08 18:51:24 +09:00 |
|
Junegunn Choi
|
e5cd7f0a3a
|
0.65.1
v0.65.1
|
2025-08-03 14:41:56 +09:00 |
|
junegunn
|
51d3940c63
|
Deploying to master from @ junegunn/fzf@179aec1578 🚀
|
2025-08-03 00:02:30 +00:00 |
|
Junegunn Choi
|
179aec1578
|
Fix '--color nth:regular' not to reset ANSI attributes of the original text
|
2025-08-03 00:54:26 +09:00 |
|
Junegunn Choi
|
af0014aba8
|
Fix a bug where you cannot unset the default --nth using change-nth
|
2025-08-03 00:29:05 +09:00 |
|
Junegunn Choi
|
da3d995709
|
Fix $FZF_CLICK_{HEADER,FOOTER}_WORD with ANSI colors and tabs
|
2025-08-02 16:47:09 +09:00 |
|
Junegunn Choi
|
04c4269db3
|
0.65.0
v0.65.0
|
2025-07-27 10:39:41 +09:00 |
|
junegunn
|
78f238294f
|
Deploying to master from @ junegunn/fzf@354d0468c1 🚀
|
2025-07-27 00:02:23 +00:00 |
|
LangLangBart
|
354d0468c1
|
fix(shell): check for mawk existence before version check (#4468)
close #4463
|
2025-07-25 17:33:18 +09:00 |
|
Junegunn Choi
|
4efcc344c3
|
Add 'trigger(KEY_OR_EVENT[,...])' action
|
2025-07-23 19:41:06 +09:00 |
|
Junegunn Choi
|
5818b58350
|
Better fix for #4465 - remove unnecessary erase
|
2025-07-23 19:30:52 +09:00 |
|
Junegunn Choi
|
7941129cc4
|
Add 'click-footer' event
|
2025-07-22 23:24:23 +09:00 |
|
Junegunn Choi
|
069d71a840
|
Fix rendering error when hiding a preview window without border
This was a regression introduced in cdcab267.
Fix #4465
|
2025-07-22 19:23:10 +09:00 |
|
Junegunn Choi
|
08027e7a79
|
Fix --no-header-lines-border behavior
It should be different from --header-lines-border=none according to the
man page. It should merge two headers unlike the latter.
|
2025-07-22 19:16:55 +09:00 |
|
Junegunn Choi
|
ead302981c
|
Add support for {*n} and {*nf} placeholder
Close #4458
|
2025-07-20 10:53:58 +09:00 |
|
junegunn
|
fe0ffa14ff
|
Deploying to master from @ junegunn/fzf@821b8e70a8 🚀
|
2025-07-20 00:02:23 +00:00 |
|
Junegunn Choi
|
821b8e70a8
|
[neovim] Fix margin background color when &winborder is used
Fix #4453
|
2025-07-19 16:19:48 +09:00 |
|
Jaseem Abid
|
8ceda54c7d
|
Fix a typo in README.md (#4459)
|
2025-07-16 23:19:43 +09:00 |
|
junegunn
|
84e515bd6e
|
Deploying to master from @ junegunn/fzf@dea1df6878 🚀
|
2025-07-13 00:02:29 +00:00 |
|
Junegunn Choi
|
dea1df6878
|
Add missing mention of 'bg-cancel' to the man page
|
2025-07-12 20:09:54 +09:00 |
|
Junegunn Choi
|
0076ec2e8d
|
0.64.0
v0.64.0
|
2025-07-06 22:11:36 +09:00 |
|
Junegunn Choi
|
82c9671f79
|
Fix selection lost on revision bump
|
2025-07-06 22:02:12 +09:00 |
|
Junegunn Choi
|
d364a1122e
|
Fix regression where header is not updated
|
2025-07-06 20:24:23 +09:00 |
|
Junegunn Choi
|
fb570e94e7
|
Update: make generate
|
2025-07-06 20:03:13 +09:00 |
|
Junegunn Choi
|
6e3c830cd2
|
Add 'multi' event triggered on multi-selection changes
|
2025-07-06 10:05:25 +09:00 |
|
junegunn
|
d7db7fc132
|
Deploying to master from @ junegunn/fzf@ff1550bb38 🚀
|
2025-07-06 00:02:27 +00:00 |
|
Junegunn Choi
|
ff1550bb38
|
Normalize halfwidth and fullwidth characers for matching
|
2025-07-03 20:57:19 +09:00 |
|
Junegunn Choi
|
976001e474
|
Explain the need to escape placeholders in transform actions
|
2025-07-02 22:26:56 +09:00 |
|
Junegunn Choi
|
531dd6fb4f
|
Update copyright year
|
2025-07-02 22:10:05 +09:00 |
|
Junegunn Choi
|
ba035f2a76
|
Run preview command when preview window appears after CTRL-Z
80b8846318
|
2025-07-02 21:40:02 +09:00 |
|
Junegunn Choi
|
d34675d3c9
|
Fix panic caused by incorrect update ordering
Fix #4442
Make sure to prepare windows before rendering elements.
Thanks to @nugged for the report.
|
2025-07-02 21:28:11 +09:00 |
|
junegunn
|
ce95adc66c
|
Deploying to master from @ junegunn/fzf@397fe8e395 🚀
|
2025-06-29 00:02:28 +00:00 |
|
Junegunn Choi
|
397fe8e395
|
0.63.0
v0.63.0
|
2025-06-28 01:11:00 +09:00 |
|
Junegunn Choi
|
111266d832
|
Reset full-background property after a new line
|
2025-06-27 23:21:48 +09:00 |
|
dependabot[bot]
|
19d858f9b6
|
Bump github.com/charlievieth/fastwalk from 1.0.10 to 1.0.12 (#4431)
Bumps [github.com/charlievieth/fastwalk](https://github.com/charlievieth/fastwalk) from 1.0.10 to 1.0.12.
- [Release notes](https://github.com/charlievieth/fastwalk/releases)
- [Commits](https://github.com/charlievieth/fastwalk/compare/v1.0.10...v1.0.12)
---
updated-dependencies:
- dependency-name: github.com/charlievieth/fastwalk
dependency-version: 1.0.12
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-06-27 15:47:41 +09:00 |
|