summaryrefslogtreecommitdiff
path: root/src/options.go
AgeCommit message (Expand)Author
2024-05-20Respect $NO_COLOR environment variableJunegunn Choi
2024-05-20Implement multi-line display of multi-line itemsJunegunn Choi
2024-05-19Change default pointer and marker characterJunegunn Choi
2024-05-18Do not 'become' inside a tmux popupJunegunn Choi
2024-05-18Add --tmux option to replace fzf-tmux scriptJunegunn Choi
2024-05-18chore: use strings.ReplaceAll (#3801)Zhizhen He
2024-05-09chore: Update flags to include long-form options for case (#3785)LangLangBart
2024-05-07Add color names: selected-{fg,bg,hl}Junegunn Choi
2024-05-07Rename --cursor-line to --highlight-lineJunegunn Choi
2024-05-07Add --cursor-line to highlight the whole current lineJunegunn Choi
2024-05-07Add current-{fg,bg,hl} as synonyms for {fg,bg,hl}+Junegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-05-05Add click-header event for reporting clicks within header (#3768)Kuremu
2024-04-27Add --with-shell for shelling out with different command and flags (#3746)Junegunn Choi
2024-04-27Add 'change-multi' actionJunegunn Choi
2024-04-25Merge identical case clausesJunegunn Choi
2024-04-17Fix typo in comment (#3734)hidewrong
2024-04-14Improve search performance by pre-calculating character classesJunegunn Choi
2024-04-13Enable profiling options when 'pprof' tag is set (#2813)Charlie Vieth
2024-04-13Export $FZF_KEY environment variable to child processesJunegunn Choi
2024-04-10Add jump and jump-cancel eventsJunegunn Choi
2024-04-04Do not hide separator by default on --info=inline-right|hiddenJunegunn Choi
2024-03-28Add track-current, untrack-current, and toggle-track-current (#3699)Junegunn Choi
2024-03-13Embed shell integration scripts in fzf binary (`--bash` / `--zsh` / `--fish`)...Junegunn Choi
2024-03-13Add walker options and replace 'find' with the built-in walker (#3649)Junegunn Choi
2024-03-05Update error return position according to conventiononee-only
2024-02-29Add $FZF_DEFAULT_OPTS_FILE (#3618)Junegunn Choi
2024-01-27junegunn/uniseg -> rivo/unisegJunegunn Choi
2024-01-21Add 'resize' eventJunegunn Choi
2024-01-21Change mattn/go-runewidth dependency to rivo/uniseg for accurate resultsJunegunn Choi
2024-01-14Remove 'replace' directive for 'go install' compatibilityJunegunn Choi
2024-01-07Add 'result' event that is triggered when the result list is readyJunegunn Choi
2023-12-31Add actions: show-header and hide-headerJunegunn Choi
2023-12-26Add 'transform' action to conditionally perform a series of actionsJunegunn Choi
2023-12-21Add support for negative --heightJunegunn Choi
2023-12-10Add accept-or-print-queryJunegunn Choi
2023-11-05Add --listen-unsafe=ADDR to allow remote process execution (#3498)Junegunn Choi
2023-11-04Allow accepting remote connectionsJunegunn Choi
2023-10-26(Experimental) Improve Sixel graphics support (#2544)Junegunn Choi
2023-10-23Experimental Sixel support (#2544)Junegunn Choi
2023-10-11Add offset-up and offset-downJunegunn Choi
2023-10-11Add mouse events for --bindJunegunn Choi
2023-07-25Add toggle-header optionJunegunn Choi
2023-07-20Add API Keys for fzf --listen (#3374)Boaz Yaniv
2023-06-11Add --info=rightJunegunn Choi
2023-06-10Add --info=inline-rightJunegunn Choi
2023-06-10Add new border style: 'thinblock' (#3327)Mike
2023-05-21Add key combinations for ctrl-delete and shift-delete (#3284)Syphdias
2023-05-16Allow customizing scrollbar of the preview window via --scrollbar=xyJunegunn Choi
2023-05-16Add new border style: 'block'Junegunn Choi