index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_core.rb
Age
Commit message (
Expand
)
Author
2025-10-09
ADD $FZF_DIRECTION
Junegunn Choi
2025-09-22
Apply RuboCop suggestions
Junegunn Choi
2025-09-05
Add sub-word actions (#3997)
Massimo Mund
2025-08-08
Fix incorrect truncation of --info-command with --info=inline-right
Junegunn Choi
2025-08-03
Fix a bug where you cannot unset the default `--nth` using `change-nth`
Junegunn Choi
2025-07-23
Add 'trigger(KEY_OR_EVENT[,...])' action
Junegunn Choi
2025-07-06
Fix selection lost on revision bump
Junegunn Choi
2025-07-06
Fix regression where header is not updated
Junegunn Choi
2025-07-06
Add 'multi' event triggered on multi-selection changes
Junegunn Choi
2025-07-02
Fix panic caused by incorrect update ordering
Junegunn Choi
2025-06-21
Add bg-cancel action to ignore running background transforms
Junegunn Choi
2025-06-16
Implement asynchronous transform actions (#4419)
Junegunn Choi
2025-05-17
RuboCop lint
Junegunn Choi
2025-04-22
Add missing environment variables (#4356)
RafaelDominiquini
2025-04-11
Fix trailing ␊ not rendered with '--read0 --no-multi-line'
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 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-23
Fix offset-middle not updating the list
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-02-26
Make --accept-nth compatible with --select-1
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-12
Make --accept-nth and --with-nth support templates
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-02
Update Dockerfile
Junegunn Choi
2025-02-02
Fix failing test case
Junegunn Choi
2025-02-02
Fix RuboCop errors
Junegunn Choi
2025-02-02
FZF_KEY enhancements
Junegunn Choi
2025-02-01
Display header lines at the top in 'reverse-list' layout
Junegunn Choi
2025-02-01
Add toggle-bind
Junegunn Choi
2025-01-27
Fix edge cases in --bind where ',' or ':' are chained (#4206)
Junegunn Choi
2025-01-27
[test] Prefer match_count over item_count
Junegunn Choi
2025-01-27
Allow actions to multiple keys and events at once
Junegunn Choi
2025-01-26
Add 'search' and 'transform-search'
Junegunn Choi
2025-01-25
Split integration test file (#4205)
Junegunn Choi