index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
options.go
Age
Commit message (
Expand
)
Author
2024-05-20
Respect $NO_COLOR environment variable
Junegunn Choi
2024-05-20
Implement multi-line display of multi-line items
Junegunn Choi
2024-05-19
Change default pointer and marker character
Junegunn Choi
2024-05-18
Do not 'become' inside a tmux popup
Junegunn Choi
2024-05-18
Add --tmux option to replace fzf-tmux script
Junegunn Choi
2024-05-18
chore: use strings.ReplaceAll (#3801)
Zhizhen He
2024-05-09
chore: Update flags to include long-form options for case (#3785)
LangLangBart
2024-05-07
Add color names: selected-{fg,bg,hl}
Junegunn Choi
2024-05-07
Rename --cursor-line to --highlight-line
Junegunn Choi
2024-05-07
Add --cursor-line to highlight the whole current line
Junegunn Choi
2024-05-07
Add current-{fg,bg,hl} as synonyms for {fg,bg,hl}+
Junegunn Choi
2024-05-07
Refactor the code so that fzf can be used as a library (#3769)
Junegunn Choi
2024-05-05
Add click-header event for reporting clicks within header (#3768)
Kuremu
2024-04-27
Add --with-shell for shelling out with different command and flags (#3746)
Junegunn Choi
2024-04-27
Add 'change-multi' action
Junegunn Choi
2024-04-25
Merge identical case clauses
Junegunn Choi
2024-04-17
Fix typo in comment (#3734)
hidewrong
2024-04-14
Improve search performance by pre-calculating character classes
Junegunn Choi
2024-04-13
Enable profiling options when 'pprof' tag is set (#2813)
Charlie Vieth
2024-04-13
Export $FZF_KEY environment variable to child processes
Junegunn Choi
2024-04-10
Add jump and jump-cancel events
Junegunn Choi
2024-04-04
Do not hide separator by default on --info=inline-right|hidden
Junegunn Choi
2024-03-28
Add track-current, untrack-current, and toggle-track-current (#3699)
Junegunn Choi
2024-03-13
Embed shell integration scripts in fzf binary (`--bash` / `--zsh` / `--fish`)...
Junegunn Choi
2024-03-13
Add walker options and replace 'find' with the built-in walker (#3649)
Junegunn Choi
2024-03-05
Update error return position according to convention
onee-only
2024-02-29
Add $FZF_DEFAULT_OPTS_FILE (#3618)
Junegunn Choi
2024-01-27
junegunn/uniseg -> rivo/uniseg
Junegunn Choi
2024-01-21
Add 'resize' event
Junegunn Choi
2024-01-21
Change mattn/go-runewidth dependency to rivo/uniseg for accurate results
Junegunn Choi
2024-01-14
Remove 'replace' directive for 'go install' compatibility
Junegunn Choi
2024-01-07
Add 'result' event that is triggered when the result list is ready
Junegunn Choi
2023-12-31
Add actions: show-header and hide-header
Junegunn Choi
2023-12-26
Add 'transform' action to conditionally perform a series of actions
Junegunn Choi
2023-12-21
Add support for negative --height
Junegunn Choi
2023-12-10
Add accept-or-print-query
Junegunn Choi
2023-11-05
Add --listen-unsafe=ADDR to allow remote process execution (#3498)
Junegunn Choi
2023-11-04
Allow accepting remote connections
Junegunn Choi
2023-10-26
(Experimental) Improve Sixel graphics support (#2544)
Junegunn Choi
2023-10-23
Experimental Sixel support (#2544)
Junegunn Choi
2023-10-11
Add offset-up and offset-down
Junegunn Choi
2023-10-11
Add mouse events for --bind
Junegunn Choi
2023-07-25
Add toggle-header option
Junegunn Choi
2023-07-20
Add API Keys for fzf --listen (#3374)
Boaz Yaniv
2023-06-11
Add --info=right
Junegunn Choi
2023-06-10
Add --info=inline-right
Junegunn Choi
2023-06-10
Add new border style: 'thinblock' (#3327)
Mike
2023-05-21
Add key combinations for ctrl-delete and shift-delete (#3284)
Syphdias
2023-05-16
Allow customizing scrollbar of the preview window via --scrollbar=xy
Junegunn Choi
2023-05-16
Add new border style: 'block'
Junegunn Choi
[next]