summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-02-12Run 'become' only when the command template is properly evaluatedJunegunn Choi
2023-02-11Add become(...) action that replaces current fzf processJunegunn Choi
2023-01-31Add 'show-preview' and 'hide-preview'Junegunn Choi
2023-01-30toggle-preview should not show empty preview windowJunegunn Choi
2023-01-30`--preview-window 0,hidden` should not execute the preview commandJunegunn Choi
2023-01-24Support custom separator of inline infoJunegunn Choi
2023-01-23Add 'focus' eventJunegunn Choi
2023-01-22Add 'transform-border-label' and 'transform-preview-label'Junegunn Choi
2023-01-12Update Rubocop dependenciesJunegunn Choi
2023-01-12Remove unused block argumentJunegunn Choi
2023-01-12Fix test failureJunegunn Choi
2023-01-12Resume preview following if the user scrolls the window to the bottomJunegunn Choi
2023-01-07Allow toggling of alternative preview window layout that is hiddenJunegunn Choi
2023-01-06Add scrollbar to the preview windowJunegunn Choi
2023-01-01Add scrollbarJunegunn Choi
2022-12-31Add transform-prompt(...) actionJunegunn Choi
2022-12-30Always execute preview command if {q} is in the templateJunegunn Choi
2022-12-29Add reload-sync actionJunegunn Choi
2022-12-28Add transform-query(...) actionJunegunn Choi
2022-12-27Allow put action with an argument i.e. put(...)Junegunn Choi
2022-12-27Add pos(...) action to move the cursor to the numeric positionJunegunn Choi
2022-12-25Revert "Add GET endpoints for getting the state of the finder"Junegunn Choi
2022-12-25Add GET endpoints for getting the state of the finderJunegunn Choi
2022-12-21Add test case for --listenJunegunn Choi
2022-12-18Add change-query(...) actionJunegunn Choi
2022-12-11Add 'next-selected' and 'prev-selected' actionsJunegunn Choi
2022-11-18Fix panic on inverse match query with `--tiebreak=chunk`Junegunn Choi
2022-11-10Add --separator to customize the info separatorJunegunn Choi
2022-11-01Add tests for --border-label and --preview-labelJunegunn Choi
2022-10-27Add 'start' event that is triggered once when fzf finder startsJunegunn Choi
2022-10-16[shell] Make bash/zsh completion and bindings work with 'set -u' (#2999)John Fred Fadrigalan
2022-09-28Implement height range (--height ~[VALUE][%])Junegunn Choi
2022-08-03Fix incorrect ordering of `--tiebreak=chunk`Junegunn Choi
2022-08-02Add new tiebreak: 'chunk'Junegunn Choi
2022-07-21[shell] 'kill' completion will now require trigger sequence (**)Junegunn Choi
2022-04-04Add `rebind` action for restoring bindings after `unbind`Junegunn Choi
2022-03-29Make preview updated when reload and change-query are combinedJunegunn Choi
2022-03-29Add --ellipsis=.. optionJunegunn Choi
2021-12-05change-preview-window to take multiple option sets separated by '|'Junegunn Choi
2021-11-30Implement change-preview and change-preview-window actionsJunegunn Choi
2021-11-03Add --header-first option to display header before prompt lineJunegunn Choi
2021-11-02Implement --scroll-off=LINESJunegunn Choi
2021-10-23Reload should update preview windowJunegunn Choi
2021-09-14Reset {n} after reloadJunegunn Choi
2021-05-22Add 'unbind' actionJunegunn Choi
2021-03-12Add support for preview window headerJunegunn Choi
2021-03-07Fix GitHub Action buildJunegunn Choi
2021-03-07Add test cases for killing input command on terminate (#2381 #2382)yoshida.shinya
2021-02-28Don't exit fzf by SIGINT while executing command (#2375)bitterfox
2021-02-25Add select and deselect actionsJunegunn Choi