You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fzf/src
Matthieu Cneude f625c5aabe
Add environment variables: FZF_{BORDER,PREVIEW}_LABEL (#3693)
The environment variable get the value of the preview label, even if it
has been updated with an action. It can be useful to track the label of
the preview and be able to switch between previews using only one
binding.

Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2 months ago
..
algo Fix missing bonus score on a delimiter character 3 months ago
protector Allow files creation in /tmp on OpenBSD (#3512) 6 months ago
tui Fix preview area not being cleared when using certain types of border styles 3 months ago
util junegunn/uniseg -> rivo/uniseg 4 months ago
LICENSE 0.45.0 5 months ago
actiontype_string.go Add track-current, untrack-current, and toggle-track-current (#3699) 2 months ago
ansi.go Fix handling of empty ANSI color sequence 5 months ago
ansi_test.go Fix handling of empty ANSI color sequence 5 months ago
cache.go Consolidate Result and rank structs 7 years ago
cache_test.go Check gofmt in `make test` 3 years ago
chunklist.go Experimental implementation of "reload" action 5 years ago
chunklist_test.go Remove count field from ChunkList 7 years ago
constants.go Replace "default find command" with built-in directory traversal 4 months ago
core.go Fix reload and reload-sync behaviors 2 months ago
history.go Fix deprecations of ioutil (#3370) 11 months ago
history_test.go Fix deprecations of ioutil (#3370) 11 months ago
item.go Remove special nilItem 7 years ago
item_test.go Micro-optimizations 8 years ago
matcher.go Fix bug where preview is not updated after reload when --disabled is set 1 year ago
merger.go Fix bug where preview is not updated after reload when --disabled is set 1 year ago
merger_test.go Update test case 1 year ago
options.go Add track-current, untrack-current, and toggle-track-current (#3699) 2 months ago
options_test.go Fix deprecations of ioutil (#3370) 11 months ago
pattern.go Remove duplicate code 3 months ago
pattern_test.go Fix incorrect ordering of `--tiebreak=chunk` 2 years ago
reader.go Add walker options and replace 'find' with the built-in walker (#3649) 3 months ago
reader_test.go Fix unit tests 3 months ago
result.go Fix highlighting of regions that are matched multiple times 4 months ago
result_others.go Modernize build tags 2 years ago
result_test.go Fix highlighting of regions that are matched multiple times 4 months ago
result_x86.go Modernize build tags 2 years ago
server.go Set a 2-second timeout for POST requests 2 months ago
terminal.go Add environment variables: FZF_{BORDER,PREVIEW}_LABEL (#3693) 2 months ago
terminal_test.go Add {fzf:prompt} placeholder expression 5 months ago
terminal_unix.go Fix shell escaping for fish 5 months ago
terminal_windows.go Modernize build tags 2 years ago
tokenizer.go Fix delimiter regex to properly support caret (^) 2 years ago
tokenizer_test.go Code cleanup: remove unnecessary string conversions (#1642) 5 years ago