summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-12-18Add change-query(...) actionJunegunn Choi
2022-12-11Add 'next-selected' and 'prev-selected' actionsJunegunn Choi
2022-12-10Rename previous-history to prev-historyJunegunn Choi
2022-12-10Fix uninitialized colors in base themesJunegunn Choi
2022-12-09Add color name 'preview-label' (#3053)Junegunn Choi
2022-12-04Fix inconsistent bonus points in exact matchJunegunn Choi
2022-11-29Make 'double-click' behave the same as 'enter' by defaultJunegunn Choi
2022-11-27Add more util tests (#3062)OHZEKI Naoki
2022-11-25Do not erase info separator before redrawing itJunegunn Choi
2022-11-23test(eventbox): remove obsolete EvtClose const (#3059)Bruno Heridet
2022-11-18Fix mouse event above fzf finderJunegunn Choi
2022-11-18Fix panic on inverse match query with `--tiebreak=chunk`Junegunn Choi
2022-11-18Fix typos in the source code (#3048)Zhizhen He
2022-11-10Add --separator to customize the info separatorJunegunn Choi
2022-11-06Add --border=[bold|double] and --preview-window=border-[bold|double]Junegunn Choi
2022-11-06Fix --border-label and --preview-label on tcell rendererJunegunn Choi
2022-11-01Allow putting border label on the bottom lineJunegunn Choi
2022-11-01Add --preview-label and --preview-label-posJunegunn Choi
2022-11-01Add horizontal separator after info panel (counter)Junegunn Choi
2022-11-01Add --border-label and --border-label-posJunegunn Choi
2022-10-27Add 'start' event that is triggered once when fzf finder startsJunegunn Choi
2022-09-28Implement height range (--height ~[VALUE][%])Junegunn Choi
2022-09-26Fix tcell rendererJunegunn Choi
2022-08-28Add --scheme=[default|path|history] option to choose scoring schemeJunegunn Choi
2022-08-26Add support for ANSI strike-through (#2932)Emil Vanherp
2022-08-25ansi: speed up escape sequence parsing (#2927)Charlie Vieth
2022-08-20Support border-{up,down} as the synonyms for border-{top,bottom}Junegunn Choi
2022-08-13Update ANSI test casesJunegunn Choi
2022-08-13Support colon delimiter in ANSI escape sequencesJunegunn Choi
2022-08-12Reformat comments adhere to gofmtJunegunn Choi
2022-08-08Allow specifying fzf options in $FZF_TMUX_OPTS without '--'Junegunn Choi
2022-08-03Fix incorrect ordering of `--tiebreak=chunk`Junegunn Choi
2022-08-02Add new tiebreak: 'chunk'Junegunn Choi
2022-08-02Tweak bonus points to word boundariesJunegunn Choi
2022-08-02Allow "--version" to be used as the argument to --query, --header, et al.Junegunn Choi
2022-07-29Fix mouse location in --height modeJunegunn Choi
2022-07-21Do not validate other options when --version is presentJunegunn Choi
2022-07-21Lift unicode.IsGraphic constraint for pointer, marker, and ellipsisJunegunn Choi
2022-07-21Fix delimiter regex to properly support caret (^)Junegunn Choi
2022-07-20Fix failing test caseJunegunn Choi
2022-07-20Add support for an alternative preview window layoutJunegunn Choi
2022-06-17Use SGR mouse mode for larger terminalsJunegunn Choi
2022-04-28Fix scrollability of the preview window in certain casesJunegunn Choi
2022-04-04Hide cursor while rendering the screenJunegunn Choi
2022-04-04Add `rebind` action for restoring bindings after `unbind`Junegunn Choi
2022-03-31Remove redundant state update on reloadJunegunn Choi
2022-03-29Make preview updated when reload and change-query are combinedJunegunn Choi
2022-03-29Add --ellipsis=.. optionJunegunn Choi
2022-03-29Modernize build tagsJunegunn Choi
2022-03-09Increase TTY buffer limitJunegunn Choi