index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tui
/
dummy.go
Age
Commit message (
Expand
)
Author
2025-10-09
Revise color configuration
Junegunn Choi
2025-06-25
Support full-line background color in the list section
Junegunn Choi
2025-05-30
Fix ANSI attributes lost when 'regular' attribute is set to fg or nth
Junegunn Choi
2025-02-01
Add {show,hide,toggle}-input and expose $FZF_INPUT_STATE
Junegunn Choi
2025-01-30
Add --no-input to hide the input section (#4210)
Junegunn Choi
2025-01-25
Add 'bell' action to ring the terminal bell
Junegunn Choi
2025-01-20
Make 'current-fg' inherit from 'fg' to simplify configuration
Junegunn Choi
2025-01-16
Allow displaying --nth parts in a different text style
Junegunn Choi
2024-12-31
Add --list-border for additional border around the list section
Junegunn Choi
2024-05-07
Refactor the code so that fzf can be used as a library (#3769)
Junegunn Choi
2024-01-24
Fix Windows build
Junegunn Choi
2023-11-10
Revert "Sixel and Kitty image support on Windows binary (#2544)"
Junegunn Choi
2023-11-03
Sixel and Kitty image support on Windows binary (#2544)
Junegunn Choi
2023-11-02
sixel: Export $FZF_PREVIEW_TOP to the preview command (#2544)
Junegunn Choi
2023-10-26
(Experimental) Improve Sixel graphics support (#2544)
Junegunn Choi
2023-10-23
Experimental Sixel support (#2544)
Junegunn Choi
2023-10-07
Experimental support for Kitty image protocol in preview window
Junegunn Choi
2023-01-16
Better support for Windows terminals
Junegunn Choi
2022-09-28
Implement height range (--height ~[VALUE][%])
Junegunn Choi
2022-08-26
Add support for ANSI strike-through (#2932)
Emil Vanherp
2022-03-29
Modernize build tags
Junegunn Choi
2020-11-25
Support ANSI code for clearing the rest of the line (ESC[0K)
Junegunn Choi
2020-10-31
Revert "Prefer LightRenderer on Windows if it's available"
Junegunn Choi
2020-10-31
Prefer LightRenderer on Windows if it's available
Junegunn Choi
2020-10-25
Add support for text styling using --color
Junegunn Choi
2020-10-18
Implement streaming preview window (#2215)
Junegunn Choi
2020-05-18
Do not disable mouse after execute(-silent) when --height option is used
Junegunn Choi
2019-12-12
Add preview-fg and preview-bg for --color
Junegunn Choi
2017-09-09
Clean up renderer code
Junegunn Choi
2017-04-28
Support CTRL-Z (SIGSTOP)
Junegunn Choi
2017-02-04
Add --border option to draw horizontal lines above and below the finder
Junegunn Choi
2017-01-22
Drop ncurses dependency
Junegunn Choi