summaryrefslogtreecommitdiffstats
path: root/src/options.go
AgeCommit message (Expand)Author
2020-07-27Allow negative field index in preview-window scroll offsetJunegunn Choi
2020-07-27Add preview window option for setting the initial scroll offsetJunegunn Choi
2020-06-21Add preview action for --bindJunegunn Choi
2020-06-20Add refresh-preview actionJunegunn Choi
2020-06-07Add backward-eof event for --bindJunegunn Choi
2020-03-11Add --keep-right option to keep the right end of the line visibleJunegunn Choi
2020-03-10Make height option work under Windows (#1341)Michael Kelley
2020-03-05Add more --border options; default changed to "rounded"Junegunn Choi
2020-02-28Add backward-delete-char/eof action (#1891)James Wright
2020-02-24Add 'insert' key for --bindJunegunn Choi
2020-02-17Make pointer and multi-select marker customizable (#1844)Hiroki Konishi
2020-02-16Fix bug of validation of jump-labels (#1875)Hiroki Konishi
2019-12-12Add preview-fg and preview-bg for --colorJunegunn Choi
2019-12-07Add clear-query and clear-selectionJunegunn Choi
2019-11-21Allow action composition over multiple --bindJunegunn Choi
2019-11-21Fix parse error of --bind expressionJunegunn Choi
2019-11-15Update error message for --preview-windowJunegunn Choi
2019-11-15Add `--preview-window noborder` option to disable preview borderJunegunn Choi
2019-11-15Add --info=STYLE [default|inline|hidden]Junegunn Choi
2019-11-14More key chords for --bindJunegunn Choi
2019-11-10Experimental implementation of "reload" actionJunegunn Choi
2019-11-10Add --phony option for disabling searchJunegunn Choi
2019-11-05Improvements to code quality and readability (#1737)Alexandr
2019-11-02Fix argument parser for -mJunegunn Choi
2019-11-02--multi to take optional argument to limit the number of selectionJunegunn Choi
2019-10-27Add 'f' flag for placeholder expression (#1733)Simon Fraser
2019-04-21Output --help message to standard outputJunegunn Choi
2019-03-29Add --no-unicode option to draw borders in ASCII charactersJunegunn Choi
2019-03-17Add color option for gutterJunegunn Choi
2018-06-10Provide an option to reverse items only (#1267)Akinori MUSHA
2018-04-12Add support for alt-{up,down,left,right} keysJunegunn Choi
2018-02-15Add shift-up and shift-downJunegunn Choi
2017-12-02Add accept-non-empty actionJunegunn Choi
2017-12-01Add replace-query actionJunegunn Choi
2017-12-01Support binding of left-click and right-clickJunegunn Choi
2017-10-15Do not immediately check --height option on Windows (#1082)Junegunn Choi
2017-08-27Make --expect additiveJunegunn Choi
2017-07-04Add missing --no-expect flagJunegunn Choi
2017-06-01Use glide to handle go dependenciesEdgar Lee
2017-05-22Implement bindable "change" event and "top" actionJunegunn Choi
2017-04-28Add support for ctrl-alt-[a-z] key chordsJunegunn Choi
2017-04-02Add --version to --help output and man pageJunegunn Choi
2017-03-04Add --no-clear optionJunegunn Choi
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