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-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
2023-02-23
Add spell check workflow (#3183)
Zhizhen He
2023-02-19
Make sure that the query before the cursor is not hidden
Junegunn Choi
2023-02-15
become: Set stdin to /dev/tty
Junegunn Choi
2023-02-12
Run 'become' only when the command template is properly evaluated
Junegunn Choi
2023-02-11
Add become(...) action that replaces current fzf process
Junegunn Choi
2023-02-01
Code cleanup
Junegunn Choi
2023-01-31
Add 'show-preview' and 'hide-preview'
Junegunn Choi
2023-01-30
toggle-preview should not show empty preview window
Junegunn Choi
2023-01-30
`--preview-window 0,hidden` should not execute the preview command
Junegunn Choi
[next]