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
2020-10-20
Always show the number of selected entries to indicate if --multi is enabled
Junegunn Choi
2020-10-18
Implement streaming preview window (#2215)
Junegunn Choi
2020-10-11
0.23.1
Junegunn Choi
2020-10-11
Add --preview-window=default for resetting the options
Junegunn Choi
2020-10-09
Add nowrap, nocycle, nohidden for --preview-window
Junegunn Choi
2020-10-09
Reset preview window flags that are not style-related
Junegunn Choi
2020-10-07
0.23.0
Junegunn Choi
2020-10-06
Fix preview window size calculation
Junegunn Choi
2020-10-06
Allow splitting preview-window options
Junegunn Choi
2020-10-06
Add --preview-window option for cyclic scrolling
Junegunn Choi
2020-10-05
Add preview-half-page-down and preview-half-page-up (#2145)
Tinmarino
2020-09-29
Always allow preview/execute commands with no placeholder expressions
Junegunn Choi
2020-09-24
Fix items width limit (#2190)
Wenxuan
2020-09-02
Add truecolor support for Windows, if available (#2156)
Michael Kelley
2020-08-23
Revert horizontal padding around preview window on "noborder"
Junegunn Choi
2020-08-23
Revert 1ab4289: Preview window of size 0 is allowed
Junegunn Choi
2020-08-23
Add more preview window options and reduce vertical padding on noborder
Junegunn Choi
2020-08-23
Support preview scroll offset relative to window height
Junegunn Choi
2020-08-21
Disallow preview-window size of zero
Junegunn Choi
2020-08-02
0.22.0
Junegunn Choi
2020-08-02
Ignore punctuation characters before and after preview offset column
Junegunn Choi
2020-07-28
Smart match of accented characters
Junegunn Choi
2020-07-28
Fix handling of unicode characters in query string
Junegunn Choi
2020-07-27
Allow negative field index in preview-window scroll offset
Junegunn Choi
2020-07-27
Add preview window option for setting the initial scroll offset
Junegunn Choi
2020-07-05
Support ANSI colors in --prompt string
Junegunn Choi
2020-07-03
Ignore cursor position report
Junegunn Choi
2020-07-03
Use rune characters instaed of numbers in code
Junegunn Choi
2020-06-21
Merge branch 'master' into devel
Junegunn Choi
2020-06-21
Add preview action for --bind
Junegunn Choi
2020-06-21
Accented character normalization for Vietnamese characters (#2090)
Khon Trieu
2020-06-20
Add refresh-preview action
Junegunn Choi
2020-06-07
Add backward-eof event for --bind
Junegunn Choi
2020-05-18
Do not disable mouse after execute(-silent) when --height option is used
Junegunn Choi
2020-04-13
Run rubocop --auto-correct --disable-uncorrectable (#1967)
Jack Bates
2020-04-03
0.21.1
Junegunn Choi
2020-03-30
Update AtomicBool to use atomic memory operation (#1939)
Alexandr
2020-03-23
Fix ANSI color offsets when --keep-right is used
Junegunn Choi
2020-03-14
[windows] Do not include directories in the list
Junegunn Choi
2020-03-12
0.21.0
Junegunn Choi
2020-03-11
Add --keep-right option to keep the right end of the line visible
Junegunn Choi
2020-03-10
Make height option work under Windows (#1341)
Michael Kelley
2020-03-07
Do not read more than 10K characters from /dev/tty
Junegunn Choi
2020-03-05
Add more --border options; default changed to "rounded"
Junegunn Choi
2020-03-03
Ignore xterm OSC control sequences
Junegunn Choi
2020-03-01
Fix prefix/suffix/equal matcher to trim whitespaces
Junegunn Choi
2020-02-28
Add backward-delete-char/eof action (#1891)
James Wright
2020-02-24
Add 'insert' key for --bind
Junegunn Choi
2020-02-24
Fix panic on unexpected escape sequences
Junegunn Choi
2020-02-18
Update ANSI processor to handle "rmso" and "rmul"
Junegunn Choi
[next]