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-10-12
Fix offset-up and offset-down with --layout=reverse (#3456)
Junegunn Choi
2023-10-11
Add offset-up and offset-down
Junegunn Choi
2023-10-11
Add mouse events for --bind
Junegunn Choi
2023-10-07
Experimental support for Kitty image protocol in preview window
Junegunn Choi
2023-09-24
Remove unnecessary escaping in the default command
Junegunn Choi
2023-09-18
Add support for limit and offset parameters for GET / endpoint
Junegunn Choi
2023-09-16
Respect ANSI codes to reset properties
Junegunn Choi
2023-09-03
Add 'GET /' endpoint for getting the program state (experimental)
Junegunn Choi
2023-09-01
Fix center-alignment of border/preview label
Junegunn Choi
2023-07-25
Fix ANSI color continuation in --header
Junegunn Choi
2023-07-25
Add toggle-header option
Junegunn Choi
2023-07-20
Add API Keys for fzf --listen (#3374)
Boaz Yaniv
2023-07-16
Fix deprecations of ioutil (#3370)
Bart
2023-07-12
Use $SHELL instead of bash if it's known to support 'pipefail'
Junegunn Choi
2023-07-05
Correct outdated comment
Junegunn Choi
2023-06-17
Use strings.ContainsRune instead (#3335)
guangwu
2023-06-11
Add --info=right
Junegunn Choi
2023-06-10
Add --info=inline-right
Junegunn Choi
2023-06-10
Fix background color of spinner on the preview window
Junegunn Choi
2023-06-10
Add new border style: 'thinblock' (#3327)
Mike
2023-05-27
Update test case
Junegunn Choi
2023-05-27
Fix bug where preview is not updated after reload when --disabled is set
Junegunn Choi
2023-05-27
Remove dead code
Junegunn Choi
2023-05-21
Add key combinations for ctrl-delete and shift-delete (#3284)
Syphdias
2023-05-21
Make sure 'become' process is given a proper tty device
Junegunn Choi
2023-05-20
Update tcell renderer to support block border
Junegunn Choi
2023-05-17
Allow unbind(focus)
Junegunn Choi
2023-05-17
Fix panic when trying to render preview window of a negative height
Junegunn Choi
2023-05-16
Allow customizing scrollbar of the preview window via --scrollbar=xy
Junegunn Choi
2023-05-16
Add new border style: 'block'
Junegunn Choi
2023-05-16
Allow customizing the color of preview scrollbar via 'preview-scrollbar'
Junegunn Choi
2023-05-05
Fix the behavior of change-preview-window action (#3280)
Junegunn Choi
2023-05-01
Fix the background color of the scrollbar inside the preview window
Junegunn Choi
2023-05-01
Fix caching when reload and query change triggered by the same binding
Junegunn Choi
2023-05-01
0.40.0
Junegunn Choi
2023-04-30
Do not display trailing carriage returns in the preview window
Junegunn Choi
2023-04-30
Fix search not triggered when query change and reload happen at the same time
Junegunn Choi
2023-04-26
Add 'zero' event
Junegunn Choi
2023-04-22
Add 'track' action
Junegunn Choi
2023-04-22
Add change-header and transform-header
Junegunn Choi
2023-04-22
Add toggle-track action
Junegunn Choi
2023-04-22
Fixed --track when used with --tac
Junegunn Choi
2023-04-12
Disallow using --track with --tac
Junegunn Choi
2023-04-02
Fix a bug of height range with -1 or -0 (#3226)
tyama711
2023-04-01
Add 'one' event
Junegunn Choi
2023-04-01
Add --track option to track the current selection
Junegunn Choi
2023-03-26
Respect 'regular' attribute in 'bw' base theme
Junegunn Choi
2023-03-25
Render CR and LF as ␍ and ␊
Junegunn Choi
2023-03-19
Omit port number in `--listen` for automatic port assignment
Junegunn Choi
2023-03-17
Fix extra new line in the preview window
Junegunn Choi
[next]