summaryrefslogtreecommitdiffstats
path: root/src/options.go
AgeCommit message (Expand)Author
2017-02-18Add toggle-preview-wrap actionJunegunn Choi
2017-02-04Add --border option to draw horizontal lines above and below the finderJunegunn Choi
2017-01-28Add support for ctrl-space keyJunegunn Choi
2017-01-27Add execute-silent actionJunegunn Choi
2017-01-26Add --read0 and --print0 to --help outputJunegunn Choi
2017-01-24Allow invisible preview window (--preview-window 0)Junegunn Choi
2017-01-22Composable actions in --bindJunegunn Choi
2017-01-16Add half-page-{up,down} actions (#784)Amos Bird
2017-01-15Add --filepath-word optionJunegunn Choi
2017-01-15Replace --normalize with --literal and enable normalization by defaultJunegunn Choi
2017-01-10Add experimental support for 24-bit colorsJunegunn Choi
2017-01-10Add --min-height option for percent --heightJunegunn Choi
2017-01-09Add --normalize option to normalize latin script charactersJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2016-12-05Truncate long lines in preview windowJunegunn Choi
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