summaryrefslogtreecommitdiff
path: root/test/test_core.rb
AgeCommit message (Expand)Author
2025-10-09ADD $FZF_DIRECTIONJunegunn Choi
2025-09-22Apply RuboCop suggestionsJunegunn Choi
2025-09-05Add sub-word actions (#3997)Massimo Mund
2025-08-08Fix incorrect truncation of --info-command with --info=inline-rightJunegunn Choi
2025-08-03Fix a bug where you cannot unset the default `--nth` using `change-nth`Junegunn Choi
2025-07-23Add 'trigger(KEY_OR_EVENT[,...])' actionJunegunn Choi
2025-07-06Fix selection lost on revision bumpJunegunn Choi
2025-07-06Fix regression where header is not updatedJunegunn Choi
2025-07-06Add 'multi' event triggered on multi-selection changesJunegunn Choi
2025-07-02Fix panic caused by incorrect update orderingJunegunn Choi
2025-06-21Add bg-cancel action to ignore running background transformsJunegunn Choi
2025-06-16Implement asynchronous transform actions (#4419)Junegunn Choi
2025-05-17RuboCop lintJunegunn Choi
2025-04-22Add missing environment variables (#4356)RafaelDominiquini
2025-04-11Fix trailing ␊ not rendered with '--read0 --no-multi-line'Junegunn Choi
2025-03-28Add change-ghost and transform-ghostJunegunn Choi
2025-03-28Fix header window not updated on change-headerJunegunn Choi
2025-03-28Add change-pointer and transform-pointerJunegunn Choi
2025-03-26Fix query precedence in an action chain (#4326)Junegunn Choi
2025-03-26Improve query modification prevention in input-less modeJunegunn Choi
2025-03-25Do not ignore current query when input is hiddenJunegunn Choi
2025-03-23Fix offset-middle not updating the listJunegunn Choi
2025-03-15Fix ghost text with inline infoJunegunn Choi
2025-03-14Add `--ghost=TEXT` to display a ghost text when the input is emptyJunegunn Choi
2025-02-26Make --accept-nth compatible with --select-1Junegunn Choi
2025-02-23Add support for {n} in --with-nth and --accept-nth templatesJunegunn Choi
2025-02-22Fix 'jump' when pointer is emptyJunegunn Choi
2025-02-21Don't trim last field when delimiter is regex (#4266)phanium
2025-02-12Make --accept-nth and --with-nth support templatesJunegunn Choi
2025-02-09Rename actions: exclude and exclude-multiJunegunn Choi
2025-02-09Add exclude-current actionJunegunn Choi
2025-02-09Add 'exclude' action for excluding current/selected items from the result (#4...Junegunn Choi
2025-02-09Add --accept-nth option to transform the outputJunegunn Choi
2025-02-02Update DockerfileJunegunn Choi
2025-02-02Fix failing test caseJunegunn Choi
2025-02-02Fix RuboCop errorsJunegunn Choi
2025-02-02FZF_KEY enhancementsJunegunn Choi
2025-02-01Display header lines at the top in 'reverse-list' layoutJunegunn Choi
2025-02-01Add toggle-bindJunegunn Choi
2025-01-27Fix edge cases in --bind where ',' or ':' are chained (#4206)Junegunn Choi
2025-01-27[test] Prefer match_count over item_countJunegunn Choi
2025-01-27Allow actions to multiple keys and events at onceJunegunn Choi
2025-01-26Add 'search' and 'transform-search'Junegunn Choi
2025-01-25Split integration test file (#4205)Junegunn Choi