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
2023-01-03
Make sure two consecutive double clicks require four clicks
Junegunn Choi
2023-01-03
Clicks with different x coordinates shouldn't be seen as a double-click
Junegunn Choi
2023-01-02
Avoid superfluous update of scrollbar
Junegunn Choi
2023-01-01
Fix scrollbar rendering (#3096)
Junegunn Choi
2023-01-01
Restore mouse drag mode (#3096)
Junegunn Choi
2023-01-01
Allow dragging of scrollbar
Junegunn Choi
2023-01-01
Colors for 'separator' and 'scrollbar' will default to that for 'border'
Junegunn Choi
2023-01-01
Add scrollbar
Junegunn Choi
2022-12-31
Only allow local requests
Junegunn Choi
2022-12-31
Fix cache being immediately cleared on reload-sync
Junegunn Choi
2022-12-31
Add transform-prompt(...) action
Junegunn Choi
2022-12-30
Always execute preview command if {q} is in the template
Junegunn Choi
2022-12-29
Add reload-sync action
Junegunn Choi
2022-12-29
Add 'load' event that is triggered when the input stream is complete
Junegunn Choi
2022-12-28
Make server channel buffered
Junegunn Choi
2022-12-28
Add transform-query(...) action
Junegunn Choi
2022-12-27
Remove $FZF_LISTEN_PORT
Junegunn Choi
2022-12-27
Allow put action with an argument i.e. put(...)
Junegunn Choi
2022-12-27
Add pos(...) action to move the cursor to the numeric position
Junegunn Choi
2022-12-25
Revert "Add GET endpoints for getting the state of the finder"
Junegunn Choi
2022-12-25
Add GET endpoints for getting the state of the finder
Junegunn Choi
2022-12-23
Fix bind spec parser
Junegunn Choi
2022-12-23
Rewrite bind spec parser
Junegunn Choi
2022-12-22
Add time and size limit to remote requests
Junegunn Choi
2022-12-21
Abort fzf if --listen port is unavailable
Junegunn Choi
2022-12-21
Only trim CR and NF from the submitted expression
Junegunn Choi
2022-12-21
Break out of jump mode when any action is submitted to the server
Junegunn Choi
2022-12-21
Fix parse error of actions with arguments
Junegunn Choi
2022-12-21
Rewrite HTTP server without net/http
Junegunn Choi
2022-12-21
Add --listen=HTTP_PORT option to receive actions
Junegunn Choi
2022-12-18
Add change-query(...) action
Junegunn Choi
2022-12-11
Add 'next-selected' and 'prev-selected' actions
Junegunn Choi
2022-12-10
Rename previous-history to prev-history
Junegunn Choi
2022-12-10
Fix uninitialized colors in base themes
Junegunn Choi
2022-12-09
Add color name 'preview-label' (#3053)
Junegunn Choi
2022-12-04
Fix inconsistent bonus points in exact match
Junegunn Choi
2022-11-29
Make 'double-click' behave the same as 'enter' by default
Junegunn Choi
2022-11-27
Add more util tests (#3062)
OHZEKI Naoki
2022-11-25
Do not erase info separator before redrawing it
Junegunn Choi
2022-11-23
test(eventbox): remove obsolete EvtClose const (#3059)
Bruno Heridet
2022-11-18
Fix mouse event above fzf finder
Junegunn Choi
2022-11-18
Fix panic on inverse match query with `--tiebreak=chunk`
Junegunn Choi
2022-11-18
Fix typos in the source code (#3048)
Zhizhen He
2022-11-10
Add --separator to customize the info separator
Junegunn Choi
2022-11-06
Add --border=[bold|double] and --preview-window=border-[bold|double]
Junegunn Choi
2022-11-06
Fix --border-label and --preview-label on tcell renderer
Junegunn Choi
2022-11-01
Allow putting border label on the bottom line
Junegunn Choi
2022-11-01
Add --preview-label and --preview-label-pos
Junegunn Choi
2022-11-01
Add horizontal separator after info panel (counter)
Junegunn Choi
2022-11-01
Add --border-label and --border-label-pos
Junegunn Choi
[next]