index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-08-31
refactor: replace []byte(fmt.Sprintf) with fmt.Appendf (#4507)
zhedazijingang
2025-08-27
Fix rendering of items with tabs when using a non-default ellipsis
Junegunn Choi
2025-08-22
Do not unset FZF_DEFAULT_* variables when using winpty
Junegunn Choi
2025-08-15
Use fixed-length array when possible (#4488)
Ioannis Pinakoulakis
2025-08-14
chore: remove redundant word in comment (#4490)
longhutianjie
2025-08-08
Fix incorrect truncation of --info-command with --info=inline-right
Junegunn Choi
2025-08-03
Fix '--color nth:regular' not to reset ANSI attributes of the original text
Junegunn Choi
2025-08-03
Fix a bug where you cannot unset the default `--nth` using `change-nth`
Junegunn Choi
2025-08-02
Fix $FZF_CLICK_{HEADER,FOOTER}_WORD with ANSI colors and tabs
Junegunn Choi
2025-07-23
Add 'trigger(KEY_OR_EVENT[,...])' action
Junegunn Choi
2025-07-23
Better fix for #4465 - remove unnecessary erase
Junegunn Choi
2025-07-22
Add 'click-footer' event
Junegunn Choi
2025-07-22
Fix rendering error when hiding a preview window without border
Junegunn Choi
2025-07-22
Fix --no-header-lines-border behavior
Junegunn Choi
2025-07-20
Add support for {*n} and {*nf} placeholder
Junegunn Choi
2025-07-06
Fix selection lost on revision bump
Junegunn Choi
2025-07-06
Fix regression where header is not updated
Junegunn Choi
2025-07-06
Update: make generate
Junegunn Choi
2025-07-06
Add 'multi' event triggered on multi-selection changes
Junegunn Choi
2025-07-03
Normalize halfwidth and fullwidth characers for matching
Junegunn Choi
2025-07-02
Update copyright year
Junegunn Choi
2025-07-02
Run preview command when preview window appears after CTRL-Z
Junegunn Choi
2025-07-02
Fix panic caused by incorrect update ordering
Junegunn Choi
2025-06-28
0.63.0
Junegunn Choi
2025-06-27
Reset full-background property after a new line
Junegunn Choi
2025-06-26
Fix exact boundary match with --scheme=path or --tiebreak end
Junegunn Choi
2025-06-26
Fix highlight offsets of multi-line entries
Junegunn Choi
2025-06-25
Refactor ANSI parser
Junegunn Choi
2025-06-25
Support full-line background color in the list section
Junegunn Choi
2025-06-24
with-nth: Do not trim trailing whitespaces with background colors
Junegunn Choi
2025-06-23
Allow \e[K in addition to \e[0K for full-line background
Junegunn Choi
2025-06-22
Terminate running background transform on exit (addendum)
Junegunn Choi
2025-06-21
Terminate running background transform on exit
Junegunn Choi
2025-06-21
Reorganize code to ensure deletion of temp files
Junegunn Choi
2025-06-21
Add bg-cancel action to ignore running background transforms
Junegunn Choi
2025-06-21
Avoid full redraw when changing header and footer windows
Junegunn Choi
2025-06-20
Do not reserve a single column at the end when scrollbar is hidden
Junegunn Choi
2025-06-19
Add {*} placeholder flag
Junegunn Choi
2025-06-19
Revert "Add {*} placeholder flag"
Junegunn Choi
2025-06-19
Add {*} placeholder flag
Junegunn Choi
2025-06-19
chore: fix function name (#4425)
曹家巧
2025-06-16
Implement asynchronous transform actions (#4419)
Junegunn Choi
2025-06-10
Add footer
Junegunn Choi
2025-06-10
Fix inconsistent placement of header-lines with border options
Junegunn Choi
2025-05-30
Fix ANSI attributes lost when nth:regular is set
Junegunn Choi
2025-05-30
Fix ANSI attributes lost when 'regular' attribute is set to fg or nth
Junegunn Choi
2025-05-30
--no-color: Keep ANSI attributes in the list
Junegunn Choi
2025-05-30
--no-color: Keep ANSI attributes in preview window
Junegunn Choi
2025-05-30
Do not apply 'nth' attributes to trailing whitespaces
Junegunn Choi
2025-05-30
Fix FZF_CLICK_HEADER_NTH for multi-line headers
Junegunn Choi
[next]