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-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
2023-01-24
Sanitize input strings that should be a single line
Junegunn Choi
2023-01-24
Support custom separator of inline info
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-23
Make test case pass on 32-bit platforms
Junegunn Choi
2023-01-23
Add 'focus' event
Junegunn Choi
2023-01-23
Do not restore terminal state while running an external command
Junegunn Choi
2023-01-22
Add 'transform-border-label' and 'transform-preview-label'
Junegunn Choi
2023-01-22
Add change-border-label and change-preview-label actions, update man
jpcrs
2023-01-21
Action argument in enclosed form should allow new lines
Junegunn Choi
2023-01-17
0.36.0
Junegunn Choi
2023-01-16
Fix rendering of double-column borders on light renderer
Junegunn Choi
2023-01-16
Fix rendering of double-column borders
Junegunn Choi
2023-01-16
Better support for Windows terminals
Junegunn Choi
2023-01-12
Resume preview following if the user scrolls the window to the bottom
Junegunn Choi
2023-01-09
Allow re-enabling preview follow on change-preview-window
Junegunn Choi
2023-01-09
Disable preview follow after dragging the scrollbar
Junegunn Choi
2023-01-07
Run preview command when preview window appears after resize (#3113)
Junegunn Choi
2023-01-07
Prevent fzf crashing on malformed remote action
Junegunn Choi
2023-01-07
Allow toggling of alternative preview window layout that is hidden
Junegunn Choi
2023-01-06
Add scrollbar to the preview window
Junegunn Choi
2023-01-05
Reduce flickering of the scroll info panel on the preview window
Junegunn Choi
2023-01-04
Fix cyclic scrolling with non-zero preview header lines
Junegunn Choi
2023-01-04
Fix preview border on tcell renderer
Junegunn Choi
2023-01-03
Allow dragging of the preview window
Junegunn Choi
2023-01-03
Fix double-click on light renderer
Junegunn Choi
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
[next]