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
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
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-22
Suppress 'change' event during bracketed paste mode
Junegunn Choi
2025-03-20
Prevent start:track-current from being disabled
Junegunn Choi
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-03
[windows] Prevent fzf from consuming user input while paused
Junegunn Choi
2025-02-27
Make truncateQuery faster
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-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
Add support for {n} in --with-nth and --accept-nth templates
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
2025-02-20
Fix case where preview window is not scrollable (#4258)
Junegunn Choi
2025-02-18
walker: Append path separator to directories
Junegunn Choi
2025-02-18
Fix {q} in preview window affected by 'search' action
Junegunn Choi
2025-02-17
Normalize char before pattern lookup (#4252)
Alexei Șerșun
2025-02-16
Ignore NULL byte before CSI 6N response
Junegunn Choi
2025-02-13
Avoid printing items in an extremely narrow screen
Junegunn Choi
2025-02-13
Truncate wrap sign in the list section if necessary
Junegunn Choi
2025-02-12
Allow suffix match on --nth with custom --delimiter
Junegunn Choi
2025-02-12
Make --accept-nth and --with-nth support templates
Junegunn Choi
2025-02-11
Simplify code
Junegunn Choi
2025-02-11
Truncate wrap signs in extremely narrow preview window
Junegunn Choi
2025-02-11
Print --wrap-sign in preview window
Junegunn Choi
2025-02-09
Rename actions: exclude and exclude-multi
Junegunn Choi
2025-02-09
Add exclude-current action
Junegunn Choi
2025-02-09
Add 'exclude' action for excluding current/selected items from the result (#4...
Junegunn Choi
2025-02-09
Add --accept-nth option to transform the output
Junegunn Choi
2025-02-07
Fix change-header-label+change-header
Junegunn Choi
2025-02-06
Fix scrolling performance when --wrap is enabled
Junegunn Choi
2025-02-06
Fix nth highlighting
Junegunn Choi
2025-02-02
Stop processing more actions after a terminal action (accept, abort, etc.)
Junegunn Choi
[next]