summaryrefslogtreecommitdiff
path: root/src/options_test.go
AgeCommit message (Expand)Author
2025-10-09Revise color configurationJunegunn Choi
2025-10-09Introduce 'raw' modeJunegunn Choi
2025-09-16Style change: thinner gutter column (#4521)Junegunn Choi
2025-07-23Add 'trigger(KEY_OR_EVENT[,...])' actionJunegunn Choi
2025-05-04Allow whitespace as separator in --color optionJunegunn Choi
2025-02-02FZF_KEY enhancementsJunegunn Choi
2025-01-12Treat a single-character delimiter as a plain string delimiterJunegunn Choi
2024-06-20Fix test case for validateSignJunegunn Choi
2024-06-01--tmux vs. --height: Last one winsJunegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-04-13Fix unit testsJunegunn Choi
2023-07-16Fix deprecations of ioutil (#3370)Bart
2023-01-21Action argument in enclosed form should allow new linesJunegunn Choi
2022-12-23Fix bind spec parserJunegunn Choi
2022-12-21Fix parse error of actions with argumentsJunegunn Choi
2022-12-21Add --listen=HTTP_PORT option to receive actionsJunegunn Choi
2022-12-10Rename previous-history to prev-historyJunegunn Choi
2022-07-21Lift unicode.IsGraphic constraint for pointer, marker, and ellipsisJunegunn Choi
2022-07-21Fix delimiter regex to properly support caret (^)Junegunn Choi
2021-04-06Change --preview-window delimiter from : to , for consistencyJunegunn Choi
2021-03-13Advanced preview scroll offset expression to better support fixed headerJunegunn Choi
2021-02-28Check gofmt in `make test`Junegunn Choi
2020-12-31Fix alt-, for --expectJunegunn Choi
2020-12-30Extend support for alt key chordsJunegunn Choi
2020-12-30Add "last" action to move the cursor to the last matchJunegunn Choi
2020-10-25Add support for text styling using --colorJunegunn Choi
2020-10-11Add --preview-window=default for resetting the optionsJunegunn Choi
2020-10-09Add nowrap, nocycle, nohidden for --preview-windowJunegunn Choi
2020-10-09Reset preview window flags that are not style-relatedJunegunn Choi
2020-10-06Fix preview window size calculationJunegunn Choi
2020-02-17Make pointer and multi-select marker customizable (#1844)Hiroki Konishi
2019-11-21Allow action composition over multiple --bindJunegunn Choi
2019-11-21Fix parse error of --bind expressionJunegunn Choi
2018-03-13Make fzf pass go vetRyan Boehning
2017-08-27Make --expect additiveJunegunn Choi
2017-07-20Avoid unconditionally storsing input as runesJunegunn Choi
2017-04-28Add support for ctrl-alt-[a-z] key chordsJunegunn Choi
2017-01-22Composable actions in --bindJunegunn Choi
2016-12-05Truncate long lines in preview windowJunegunn Choi
2016-11-07Implement tcell-based rendererMichael Kelley
2016-11-07Prepare for termbox/windows buildJunegunn Choi
2016-10-21Set foreground color without affecting backgroundJunegunn Choi
2016-09-21Fix temp directory in a test caseJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2016-08-12:hidden property of previous --preview-window should be clearedJunegunn Choi
2016-05-13Allow alt-enter and alt-space for --bind (#571)Junegunn Choi
2016-02-18Minor refactoringJunegunn Choi
2015-11-03Make --extended defaultJunegunn Choi
2015-10-09Fix #370 - Panic when trying to set colors when colors are disabledJunegunn Choi
2015-08-11Fix --with-nth performance; use simpler regular expressionJunegunn Choi