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
Junegunn Choi 2024010119
0.45.0
4 months ago
..
algo Use strings.ContainsRune instead (#3335) 11 months ago
protector Allow files creation in /tmp on OpenBSD (#3512) 6 months ago
tui 0.44.0 6 months ago
util Fix center-alignment of border/preview label 8 months ago
LICENSE 0.45.0 4 months ago
actiontype_string.go Add actions: show-header and hide-header 4 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 Remove unnecessary escaping in the default command 8 months ago
core.go Add support for negative --height 5 months ago
history.go Fix deprecations of ioutil (#3370) 10 months ago
history_test.go Fix deprecations of ioutil (#3370) 10 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 12 months ago
merger.go Fix bug where preview is not updated after reload when --disabled is set 12 months ago
merger_test.go Update test case 12 months ago
options.go Add actions: show-header and hide-header 4 months ago
options_test.go Fix deprecations of ioutil (#3370) 10 months ago
pattern.go Fix incorrect ordering of `--tiebreak=chunk` 2 years ago
pattern_test.go Fix incorrect ordering of `--tiebreak=chunk` 2 years ago
reader.go Use $SHELL instead of bash if it's known to support 'pipefail' 10 months ago
reader_test.go Change the tests to run on Windows (#2615) 3 years ago
result.go Fix unexpected result of --tiebreak=end 5 months ago
result_others.go Modernize build tags 2 years ago
result_test.go Add new tiebreak: 'chunk' 2 years ago
result_x86.go Modernize build tags 2 years ago
server.go Terminate simple server success response with double CRLF (#3542) 5 months ago
terminal.go Enable preview if 'transform' action is bound to a key 4 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