index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-04-06
Disable bracketed paste mode on exit
Junegunn Choi
2025-04-06
Deploying to master from @ junegunn/fzf@e15cba0c8c7c9dd3388d260cf5b5de7fc044d...
junegunn
2025-03-30
0.61.0
Junegunn Choi
2025-03-30
Add 'r' flag (raw) for unquoted output
Junegunn Choi
2025-03-28
Add change-ghost and transform-ghost
Junegunn Choi
2025-03-28
Fix header window not updated on change-header
Junegunn Choi
2025-03-28
Bump github.com/charlievieth/fastwalk from 1.0.9 to 1.0.10 (#4307)
dependabot[bot]
2025-03-28
Add change-pointer and transform-pointer
Junegunn Choi
2025-03-26
Fix info not updated after track-current is disabled due to race condition
Junegunn Choi
2025-03-26
Fix query precedence in an action chain (#4326)
Junegunn Choi
2025-03-26
Improve query modification prevention in input-less mode
Junegunn Choi
2025-03-25
Do not ignore current query when input is hidden
Junegunn Choi
2025-03-24
Fix first entry not clickable when input section is hidden
Junegunn Choi
2025-03-24
Fix cursor position when prompt is truncated
Junegunn Choi
2025-03-23
Fix offset-middle not updating the list
Junegunn Choi
2025-03-23
Deploying to master from @ junegunn/fzf@29cf28d8455c4c749694e65cc36b3ea71db26...
junegunn
2025-03-22
Suppress 'change' event during bracketed paste mode
Junegunn Choi
2025-03-20
Prevent start:track-current from being disabled
Junegunn Choi
2025-03-17
[bash] Fix $FZF_COMPLETION_{DIR,PATH}_OPTS to support non-trivial arguments
Junegunn Choi
2025-03-17
[vim] Use 24-bit colors on gvim even when &termguicolors is off
Junegunn Choi
2025-03-16
Deploying to master from @ junegunn/fzf@f92f9f137a7a222465892f30776db48a7ecc8...
junegunn
2025-03-16
Fix wrapping of the list section
Junegunn Choi
2025-03-15
Fix ghost text with inline info
Junegunn Choi
2025-03-14
Add `--ghost=TEXT` to display a ghost text when the input is empty
Junegunn Choi
2025-03-11
Change 'interface{}' to 'any' (#4308)
Gabriel Marin
2025-03-10
Nullify unwanted FZF_DEFAULT_* variables in tmux popup
Junegunn Choi
2025-03-10
Add .idea to .gitignore
Junegunn Choi
2025-03-09
Deploying to master from @ junegunn/fzf@26bcd0c90d4c77938d2011f994d943e531322...
junegunn
2025-03-04
README: Sponsors :heart:
Junegunn Choi
2025-03-04
Update README
Junegunn Choi
2025-03-03
0.60.3
Junegunn Choi
2025-03-03
[windows] Prevent fzf from consuming user input while paused
Junegunn Choi
2025-03-02
Deploying to master from @ junegunn/fzf@3ba82b6d87348b119f9a7fd168ad8a597a18b...
junegunn
2025-02-27
Make truncateQuery faster
Junegunn Choi
2025-02-27
Update README
Junegunn Choi
2025-02-27
Increase the query length limit from 300 to 1000
Junegunn Choi
2025-02-26
Remove temp files before 'become' when using --tmux option
Junegunn Choi
2025-02-26
Trim trailing whitespaces after processing ANSI sequences
Junegunn Choi
2025-02-26
Make --accept-nth compatible with --select-1
Junegunn Choi
2025-02-26
[fish] Enable multiple history commands insertion (#4280)
bitraid
2025-02-25
Fix condition for using item numlines cache (#4285)
alex-huff
2025-02-25
Use '/' as path separator on MSYS2
Junegunn Choi
2025-02-24
Fix regression: Trim trailing whitespaces when using --with-nth
Junegunn Choi
2025-02-23
0.60.2
Junegunn Choi
2025-02-23
Add support for {n} in --with-nth and --accept-nth templates
Junegunn Choi
2025-02-23
Deploying to master from @ junegunn/fzf@b89c77ec9a1931ec1eea9d57afe5321045fea...
junegunn
2025-02-22
Mention that actions after accept or abort are ignored (#4271)
Junegunn Choi
2025-02-22
Explain the difference of template from a single field index expression
Junegunn Choi
2025-02-22
Fix 'jump' when pointer is empty
Junegunn Choi
2025-02-21
Don't trim last field when delimiter is regex (#4266)
phanium
[next]