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
/
light.go
Age
Commit message (
Expand
)
Author
2025-04-06
Disable bracketed paste mode on exit
Junegunn Choi
2025-03-22
Suppress 'change' event during bracketed paste mode
Junegunn Choi
2025-03-03
[windows] Prevent fzf from consuming user input while paused
Junegunn Choi
2025-02-16
Ignore NULL byte before CSI 6N response
Junegunn Choi
2025-02-11
Simplify code
Junegunn Choi
2025-02-11
Truncate wrap signs in extremely narrow preview window
Junegunn Choi
2025-02-11
Print --wrap-sign in preview window
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-27
Enhance click-header event
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-05
Border around the header section
Junegunn Choi
2025-01-02
Border around the input section (prompt + info)
Junegunn Choi
2024-12-31
Add --list-border for additional border around the list section
Junegunn Choi
2024-12-14
Remove unused interface
Junegunn Choi
2024-12-02
Fix line wrap toggle when switching between screens
Junegunn Choi
2024-11-03
Fix characters from previous preview not being cleared
Junegunn Choi
2024-08-14
Support hyperlinks (OSC 8) in the main window
Junegunn Choi
2024-08-14
Add support for hyperlinks in preview window
Junegunn Choi
2024-07-01
Fill background color in padding area
Junegunn Choi
2024-05-23
execute: Open separate handles to /dev/tty (in, out, err)
Junegunn Choi
2024-05-18
chore: use strings.ReplaceAll (#3801)
Zhizhen He
2024-05-14
Render UI directly to /dev/tty
Junegunn Choi
2024-05-07
Refactor the code so that fzf can be used as a library (#3769)
Junegunn Choi
2024-05-05
Reduce flicking when changing the size of the preview window with --border
Junegunn Choi
2024-04-13
Export $FZF_KEY environment variable to child processes
Junegunn Choi
2024-04-09
Disable line wrapping during rendering
Junegunn Choi
2024-03-09
Fix preview area not being cleared when using certain types of border styles
Junegunn Choi
2024-01-27
junegunn/uniseg -> rivo/uniseg
Junegunn Choi
2024-01-24
Fix Windows build
Junegunn Choi
2024-01-21
Change mattn/go-runewidth dependency to rivo/uniseg for accurate results
Junegunn Choi
2024-01-14
Remove 'replace' directive for 'go install' compatibility
Junegunn Choi
2023-11-12
Fix Home, End on rxvt-unicode (#3507)
Tomáš Janoušek
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
Fix regression where tcell renderer not clearing the preview window
Junegunn Choi
2023-11-02
sixel: Export $FZF_PREVIEW_TOP to the preview command (#2544)
Junegunn Choi
2023-11-02
sixel: Better handling of animated GIFs (#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-06-10
Add new border style: 'thinblock' (#3327)
Mike
2023-05-21
Add key combinations for ctrl-delete and shift-delete (#3284)
Syphdias
2023-05-16
Add new border style: 'block'
Junegunn Choi
2023-03-25
Render CR and LF as ␍ and ␊
Junegunn Choi
2023-01-24
No need to touch mouse flag if it's already false
Junegunn Choi
2023-01-24
Temporarily disable mouse mode when switching to an external command
Junegunn Choi
2023-01-24
Reenable mouse mode when coming back from an external program
Junegunn Choi
2023-01-22
Add 'transform-border-label' and 'transform-preview-label'
Junegunn Choi
[next]