index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
2025-11-08
Use SIGTERM instead of SIGKILL for preview process
v0.66.0-custom
Julian Hurst
2025-06-24
with-nth: Do not trim trailing whitespaces with background colors
Junegunn Choi
2025-06-21
Terminate running background transform on exit
Junegunn Choi
2025-06-10
Add footer
Junegunn Choi
2025-03-16
Fix wrapping of the list section
Junegunn Choi
2025-03-11
Change 'interface{}' to 'any' (#4308)
Gabriel Marin
2025-02-26
Trim trailing whitespaces after processing ANSI sequences
Junegunn Choi
2025-02-12
Make --accept-nth and --with-nth support templates
Junegunn Choi
2025-02-09
Add --accept-nth option to transform the output
Junegunn Choi
2024-11-12
Fix incorrect overflow detection when --wrap is set
Junegunn Choi
2024-06-25
Add --wrap option and 'toggle-wrap' action (#3887)
Junegunn Choi
2024-06-22
Make transform*, --info-command, and execute-silent cancellable
Junegunn Choi
2024-05-27
Different marker for the first and last line of multi-line entries
Junegunn Choi
2024-05-23
execute: Open separate handles to /dev/tty (in, out, err)
Junegunn Choi
2024-05-23
Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or later
Junegunn Choi
2024-05-20
Use winpty to launch fzf in Git bash (mintty)
Junegunn Choi
2024-05-20
Implement multi-line display of multi-line items
Junegunn Choi
2024-05-18
chore: use strings.ReplaceAll (#3801)
Zhizhen He
2024-05-14
0.52.1
Junegunn Choi
2024-05-07
Refactor the code so that fzf can be used as a library (#3769)
Junegunn Choi
2024-05-06
Do not enable delayed expansion mode when running cmd.exe
Junegunn Choi
2024-04-28
Escaping for cmd.exe: always use double quotes
Junegunn Choi
2024-04-28
Fix escaping for cmd.exe
Junegunn Choi
2024-04-28
Determine shell type once by the basename
Junegunn Choi
2024-04-28
Restore CmdLine parameter when running commands using cmd.exe
Junegunn Choi
2024-04-27
Add --with-shell for shelling out with different command and flags (#3746)
Junegunn Choi
2024-04-14
Improve search performance by limiting the search scope
Junegunn Choi
2024-04-13
Enable profiling options when 'pprof' tag is set (#2813)
Charlie Vieth
2024-04-13
Export $FZF_KEY environment variable to child processes
Junegunn Choi
2024-04-02
Further performance improvements by removing unnecessary copies
Junegunn Choi
2024-01-27
junegunn/uniseg -> rivo/uniseg
Junegunn Choi
2024-01-21
Change mattn/go-runewidth dependency to rivo/uniseg for accurate results
Junegunn Choi
2024-01-19
Handle ambiguous emoji width
Junegunn Choi
2024-01-14
Remove 'replace' directive for 'go install' compatibility
Junegunn Choi
2023-09-01
Fix center-alignment of border/preview label
Junegunn Choi
2023-03-25
Render CR and LF as ␍ and ␊
Junegunn Choi
2023-02-23
Add spell check workflow (#3183)
Zhizhen He
2023-02-15
become: Set stdin to /dev/tty
Junegunn Choi
2023-01-23
Make test case pass on 32-bit platforms
Junegunn Choi
2022-11-27
Add more util tests (#3062)
OHZEKI Naoki
2022-11-23
test(eventbox): remove obsolete EvtClose const (#3059)
Bruno Heridet
2022-11-10
Add --separator to customize the info separator
Junegunn Choi
2022-03-29
Add --ellipsis=.. option
Junegunn Choi
2022-03-29
Modernize build tags
Junegunn Choi
2021-12-22
Fix rendering of the prompt line when overflow occurs with `--info=inline`
Junegunn Choi
2021-11-02
Fix powershell escaping
Rashil Gandhi
2021-10-25
Cache cygpath result
Junegunn Choi
2021-10-23
Respect SHELL env var on Windows (#2641)
Rashil Gandhi
2021-10-03
[tests] Add testing of keyboard events in FullscreenRenderer.GetChar()
Vlastimil Ovčáčík
2021-06-01
Fix bug where `--read0` not properly displaying long lines
Junegunn Choi
[next]