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 194a763c46
Escaping for cmd.exe: always use double quotes
2 hours ago
..
algo Improve search performance by limiting the search scope 2 weeks ago
protector Allow files creation in /tmp on OpenBSD (#3512) 5 months ago
tui Enable profiling options when 'pprof' tag is set (#2813) 2 weeks ago
util Escaping for cmd.exe: always use double quotes 2 hours ago
LICENSE 0.45.0 4 months ago
actiontype_string.go Add 'change-multi' action 1 day ago
ansi.go Further performance improvements by removing unnecessary copies 4 weeks ago
ansi_test.go Fix handling of empty ANSI color sequence 4 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 Improve ingestion performance (by around 20%) 4 weeks ago
core.go Add --with-shell for shelling out with different command and flags (#3746) 1 day 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 11 months ago
merger.go Fix bug where preview is not updated after reload when --disabled is set 11 months ago
merger_test.go Update test case 11 months ago
options.go Add --with-shell for shelling out with different command and flags (#3746) 1 day ago
options_no_pprof.go Enable profiling options when 'pprof' tag is set (#2813) 2 weeks ago
options_pprof.go Enable profiling options when 'pprof' tag is set (#2813) 2 weeks ago
options_pprof_test.go Enable profiling options when 'pprof' tag is set (#2813) 2 weeks ago
options_test.go Fix unit tests 2 weeks ago
pattern.go Remove duplicate code 2 months ago
pattern_test.go Fix incorrect ordering of `--tiebreak=chunk` 2 years ago
reader.go Add --with-shell for shelling out with different command and flags (#3746) 1 day ago
reader_test.go Add --with-shell for shelling out with different command and flags (#3746) 1 day ago
result.go Fix highlighting of regions that are matched multiple times 3 months ago
result_others.go Modernize build tags 2 years ago
result_test.go Fix highlighting of regions that are matched multiple times 3 months ago
result_x86.go Modernize build tags 2 years ago
server.go Replace fmt.Errorf with no parameters with errors.New (#3747) 7 days ago
terminal.go Add $FZF_POS environment variable 1 day ago
terminal_test.go Fix escaping for cmd.exe 3 hours ago
terminal_unix.go Add --with-shell for shelling out with different command and flags (#3746) 1 day ago
terminal_windows.go Add --with-shell for shelling out with different command and flags (#3746) 1 day ago
tokenizer.go Further performance improvements by removing unnecessary copies 4 weeks ago
tokenizer_test.go Code cleanup: remove unnecessary string conversions (#1642) 5 years ago