summaryrefslogtreecommitdiffstats
path: root/src/options_test.go
AgeCommit message (Expand)Author
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
2015-08-10Fix --with-nth performance; avoid regex if possibleJunegunn Choi
2015-07-16Fix #292 - Allow binding of colon and commaJunegunn Choi
2015-06-19Improve handling of key namesJunegunn Choi
2015-06-15Change alternative notation for execute action (#265)Junegunn Choi
2015-06-15Fix `.` to match newlines as well (#265)Junegunn Choi
2015-06-15Add alternative execute notation that does not require closing charJunegunn Choi
2015-06-15Add synonyms for some keys to be used with --bind and --toggle-sortJunegunn Choi
2015-06-14More alternative notations for execute actionJunegunn Choi
2015-06-14Add bind action for executing arbitrary command (#265)Junegunn Choi
2015-06-03Color customization (#245)Junegunn Choi
2015-05-21Custom key binding support (#238)Junegunn Choi
2015-03-31Implement --toggle-sort option (#173)Junegunn Choi
2015-03-29Implement --expect option to support simple key bindings (#163)Junegunn Choi
2015-01-23Nullify --nth option when it's irrelevantJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi