Commit graph

110 commits

Author SHA1 Message Date
R. Ryantm 8d7bdc5b4a fzf: 0.46.1 -> 0.47.0 2024-03-11 07:20:49 +10:00
Muhammad Falak R Wani 476245cfe0 fzf: 0.46.0 -> 0.46.1
Diff: https://github.com/junegunn/fzf/compare/0.46.0...0.46.1
Changelog: https://github.com/junegunn/fzf/blob/0.46.1/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-02-01 23:46:52 +10:00
R. Ryantm 092e423263 fzf: 0.45.0 -> 0.46.0 2024-01-24 08:27:17 +00:00
Muhammad Falak R Wani 709a88aa44 fzf: 0.44.1 -> 0.45.0
Diff: https://github.com/junegunn/fzf/compare/0.44.1...0.45.0
Changelog: https://github.com/junegunn/fzf/blob/0.45.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-01-01 12:58:06 +05:30
Sandro Jäckel 0ce537f0fa
fzf: reduce closure size by just quieten perl instead of providing glibcLocales 2023-12-09 20:56:35 +01:00
Mario Rodas 7049e9c7a3
Merge pull request #266119 from SuperSandro2000/fzf-perl
fzf: fix perl detection
2023-11-24 07:49:13 -05:00
Muhammad Falak R Wani 457610539b fzf: 0.44.0 -> 0.44.1
Diff: https://github.com/junegunn/fzf/compare/0.44.0...0.44.1
Changelog: https://github.com/junegunn/fzf/blob/0.44.1/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-11-18 16:58:38 +10:00
zowoq 419b6b2d5c fzf: 0.43.0 -> 0.44.0
Diff: https://github.com/junegunn/fzf/compare/0.43.0...0.44.0

Changelog: https://github.com/junegunn/fzf/blob/0.44.0/CHANGELOG.md
2023-11-13 15:01:27 +10:00
Sandro Jäckel 0dcfabb9e0
fzf: fix perl detection
Before the command detection required a perl in PATH
2023-11-07 19:43:08 +01:00
r-vdp a20c614010
fzf: fix fish integration
Since fzf 0.43.0, the fzf_key_bindings function is only defined when
fish is running interactively, see [1].
This caused errors when entering non-interactive fish shells since we
called fzf_key_bindings during startup.

[1]: 7e89458a3b
2023-10-19 09:20:16 +02:00
R. Ryantm 5dca8debe4 fzf: 0.42.0 -> 0.43.0 2023-10-15 10:59:21 +00:00
Christina Sørensen 2b2b74526a
fzf: add meta.mainProgram
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-05 06:27:42 +02:00
Harsh Shandilya 89f671716a
fzf: patch fzf-tmux' bc dependency
Fixes #225579
2023-06-25 23:40:33 +05:30
Alexis Hildebrandt e6333583be fzf: 0.41.1 -> 0.42.0 2023-06-15 12:30:55 +10:00
Donghang Lin 794f6f1f25 fzf: build with CGO_ENABLED=0
Since 0.36.0, fzf introduced several go libs that bring CGO dependencies if CGO is enabled.
This makes the final binary depend on several non deterministic glibc share libraries.
Fix with CGO_ENABLED=0 to make the final binary static.
2023-06-01 11:39:47 -07:00
zowoq e1e943023f fzf: 0.41.0 -> 0.41.1
Diff: https://github.com/junegunn/fzf/compare/0.41.0...0.41.1

Changelog: https://github.com/junegunn/fzf/blob/0.41.1/CHANGELOG.md
2023-05-27 18:06:06 +10:00
Yash Garg 8274127386
fzf: 0.40.0 -> 0.41.0 2023-05-25 22:29:31 +05:30
zowoq 85d926ecb2 fzf: 0.39.0 -> 0.40.0
Diff: https://github.com/junegunn/fzf/compare/0.39.0...0.40.0

Changelog: https://github.com/junegunn/fzf/blob/0.40.0/CHANGELOG.md
2023-05-01 09:11:24 +10:00
Harsh Shandilya cfe29195c4 fzf: 0.38.0 -> 0.39.0
Diff: https://github.com/junegunn/fzf/compare/0.38.0...0.39.0

Changelog: https://github.com/junegunn/fzf/blob/0.39.0/CHANGELOG.md
2023-04-03 08:12:23 +10:00
Doron Behar 79c6578005 fzf: install vim-plugin to nvim/site 2023-03-08 12:32:40 +02:00
Alexis Hildebrandt 1bddde3152 fzf: 0.37.0 -> 0.38.0 2023-02-16 07:32:42 +10:00
zowoq 8643480e48 fzf: 0.36.0 -> 0.37.0
Diff: https://github.com/junegunn/fzf/compare/0.36.0...0.37.0

Changelog: https://github.com/junegunn/fzf/blob/0.37.0/CHANGELOG.md
2023-01-25 06:25:44 +10:00
misuzu 6262935d09 fzf: fix failing test on 32-bit platforms 2023-01-23 20:41:11 +10:00
Alyssa Ross d01e46db3c fzf: only wrap perl on Linux
As the comment says, this should only have happened on Linux, not all
non-Darwin platforms.

Fixes pkgsCross.x86_64-netbsd.fzf.

Fixes: 1693ed2be9 ("fzf: wrap 'perl' in scripts with LOCALE_ARCHIVE")
2023-01-18 12:15:47 +00:00
zowoq cdd8bd0799 fzf: 0.35.1 -> 0.36.0
Diff: https://github.com/junegunn/fzf/compare/0.35.1...0.36.0

Changelog: https://github.com/junegunn/fzf/blob/0.36.0/CHANGELOG.md
2023-01-18 07:08:53 +10:00
Austin Seipp e74582c9ff
fzf: minor code tweaks (#208323)
Suggested by zowoq in #207078.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-12-30 18:36:17 +10:00
Austin Seipp 1693ed2be9 fzf: wrap 'perl' in scripts with LOCALE_ARCHIVE
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-12-22 23:06:05 -06:00
laalsaas 123cdd4990 fzf: cleanup
- use installShellFiles
- mkdir;cp -> install
- unify shell completion installation
2022-12-03 02:56:03 +01:00
zowoq 6a815221ae fzf: 0.35.0 -> 0.35.1
https://github.com/junegunn/fzf/releases/tag/0.35.1
2022-11-18 22:08:30 +10:00
ilkecan b4a57686c8 fzf: 0.34.0 -> 0.35.0 2022-11-12 07:34:24 +10:00
kilianar f154536514 fzf: 0.33.0 -> 0.34.0
https://github.com/junegunn/fzf/releases/tag/0.34.0
2022-09-29 06:44:06 +10:00
zowoq 6051d2959b fzf: 0.32.1 -> 0.33.0 2022-08-29 11:18:00 +10:00
kilianar 0b62bc1e21 fzf: 0.32.0 -> 0.32.1
https://github.com/junegunn/fzf/releases/tag/0.32.1
2022-08-09 05:11:51 +10:00
zowoq 20a308341e fzf: 0.31.0 -> 0.32.0
https://github.com/junegunn/fzf/releases/tag/0.32.0
2022-08-02 23:05:03 +10:00
kilianar f861ecf285 fzf: 0.30.0 -> 0.31.0
https://github.com/junegunn/fzf/releases/tag/0.31.0
2022-07-23 08:22:39 +10:00
zowoq f27a769728 fzf: 0.29.0 -> 0.30.0
https://github.com/junegunn/fzf/releases/tag/0.30.0
2022-04-05 00:11:18 +10:00
zowoq a2ed73c447 fzf: 0.28.0 -> 0.29.0
https://github.com/junegunn/fzf/releases/tag/0.29.0
2021-12-25 07:15:25 +10:00
Maximilian Bosch 1e4f70fc39
fzf: 0.27.3 -> 0.28.0
ChangeLog: https://github.com/junegunn/fzf/releases/tag/0.28.0
2021-11-06 13:10:00 +01:00
zowoq d4bb31d914 fzf: 0.27.2 -> 0.27.3
https://github.com/junegunn/fzf/releases/tag/0.27.3
2021-10-16 06:49:10 +10:00
zowoq ade459da48 fzf: buildFlagsArray -> ldflags 2021-08-06 10:54:38 +10:00
R. RyanTM d9d422285c fzf: 0.27.1 -> 0.27.2 2021-06-02 08:44:27 +10:00
zowoq 60dfaef8e1 fzf: 0.27.0 -> 0.27.1
https://github.com/junegunn/fzf/releases/tag/0.27.1
2021-05-22 16:38:22 +10:00
zowoq 38d65f2dc2 fzf: 0.26.0 -> 0.27.0
https://github.com/junegunn/fzf/releases/tag/0.27.0
2021-04-07 05:50:12 +10:00
Daniel Nagy 88b18be56d
fzf: add changelog 2021-04-01 17:59:49 +02:00
Kid 0e3fb2ae42
fzf: 0.25.1 -> 0.26.0
https://github.com/junegunn/fzf/releases/tag/0.26.0
2021-03-14 01:04:08 +08:00
zowoq 94109e5b37 fzf: 0.25.0 -> 0.25.1
https://github.com/junegunn/fzf/releases/tag/0.25.1
2021-02-14 06:58:47 +10:00
zowoq 8710256ef4 fzf: 0.24.4 -> 0.25.0
https://github.com/junegunn/fzf/releases/tag/0.25.0
2021-01-06 06:11:26 +10:00
zowoq 2ecc7a467e fzf: 0.24.3 -> 0.24.4
https://github.com/junegunn/fzf/releases/tag/0.24.4
2020-12-06 05:46:49 +10:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
zowoq 64c4adce54 fzf: 0.24.2 -> 0.24.3
https://github.com/junegunn/fzf/releases/tag/0.24.3
2020-11-09 21:52:49 +10:00