summaryrefslogtreecommitdiffstats
path: root/src/options.go
AgeCommit message (Expand)Author
2016-11-19Revamp escape sequence processing for WSLJunegunn Choi
2016-11-15Add --no-bold optionJunegunn Choi
2016-11-07Prepare for termbox/windows buildJunegunn Choi
2016-10-21Set foreground color without affecting backgroundJunegunn Choi
2016-10-21Allow other options to follow --color without specJunegunn Choi
2016-09-25Add preview-page-up and preview-page-down actionsJunegunn Choi
2016-09-25Make preview windows scrollableJunegunn Choi
2016-09-19Add --print0 option0.15.0Junegunn Choi
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-08-12:hidden property of previous --preview-window should be clearedJunegunn Choi
2016-06-11Add --preview and --preview-windowJunegunn Choi
2016-05-19Validate jump label charactersJunegunn Choi
2016-05-18More named keys: F5 ~ F10, ALT-/Junegunn Choi
2016-05-18Add jump and jump-accept actions for --bindJunegunn Choi
2016-05-13Add print-query action for --bindJunegunn Choi
2016-05-13Allow alt-enter and alt-space for --bind (#571)Junegunn Choi
2016-05-11Determine 256-color capability using tigetnum("colors")Junegunn Choi
2016-03-02Add --hscroll-off=COL optionJunegunn Choi
2016-02-18Minor refactoringJunegunn Choi
2016-01-14Add toggle-in and toggle-out for --bindJunegunn Choi
2016-01-14Simplify Item structureJunegunn Choi
2016-01-13Accept comma-separated list of sort criteriaJunegunn Choi
2015-11-30Add --tabstop optionJunegunn Choi
2015-11-19Fix typos in help messageJunegunn Choi
2015-11-09Add execute-multi actionJunegunn Choi
2015-11-03Make --extended defaultJunegunn Choi
2015-10-13Add bindable double-click event (#374)Junegunn Choi
2015-10-09Fix #370 - Panic when trying to set colors when colors are disabledJunegunn Choi
2015-09-15Replace --header-file with --header (#346)Junegunn Choi
2015-09-15Change exit status (0: OK, 1: No match, 2: Error/Interrupted)Junegunn Choi
2015-08-11Fix --with-nth performance; use simpler regular expressionJunegunn Choi
2015-08-10Fix --with-nth performance; avoid regex if possibleJunegunn Choi
2015-08-02LintJunegunn Choi
2015-07-26Add --margin optionJunegunn Choi
2015-07-26Do not print the entire --help on invalid optionJunegunn Choi
2015-07-23Replace eof action with cancel (#289)Junegunn Choi
2015-07-23Bind CTRL-D to the new delete-char/eof actionJunegunn Choi
2015-07-22Add "eof" action which closes the finder only when input is emptyJunegunn Choi
2015-07-22Add test cases for header and fix corner casesJunegunn Choi
2015-07-22Add --header-lines optionJunegunn Choi
2015-07-22Update documentationJunegunn Choi
2015-07-22Add --header-file optionJunegunn Choi
2015-07-18Show more specific error message on invalid bindingJunegunn Choi
2015-07-16Fix #292 - Allow binding of colon and commaJunegunn Choi
2015-06-210.10.0Junegunn Choi
2015-06-21Rename --null to --read0 and undocument the optionJunegunn Choi
2015-06-19Hide --toggle-sort from --help outputJunegunn Choi
2015-06-19Rename --history-max to --history-sizeJunegunn Choi
2015-06-19Improve handling of key namesJunegunn Choi