fzf/src
2023-11-12 22:06:38 +09:00
..
algo Use strings.ContainsRune instead (#3335) 2023-06-17 19:10:12 +09:00
protector Fix crash on OpenBSD with --listen (#3483) 2023-10-17 08:46:43 +09:00
tui Fix Home, End on rxvt-unicode (#3507) 2023-11-12 22:06:38 +09:00
util Fix center-alignment of border/preview label 2023-09-01 20:30:44 +09:00
ansi_test.go
ansi.go Respect ANSI codes to reset properties 2023-09-16 19:50:37 +09:00
cache_test.go
cache.go Consolidate Result and rank structs 2017-07-18 03:14:33 +09:00
chunklist_test.go
chunklist.go
constants.go Remove unnecessary escaping in the default command 2023-09-24 13:23:40 +09:00
core.go Fix bug where preview is not updated after reload when --disabled is set 2023-05-27 15:51:04 +09:00
history_test.go Fix deprecations of ioutil (#3370) 2023-07-16 17:14:22 +09:00
history.go Fix deprecations of ioutil (#3370) 2023-07-16 17:14:22 +09:00
item_test.go
item.go
LICENSE 0.36.0 2023-01-17 01:33:05 +09:00
matcher.go Fix bug where preview is not updated after reload when --disabled is set 2023-05-27 15:51:04 +09:00
merger_test.go Update test case 2023-05-27 16:01:30 +09:00
merger.go Fix bug where preview is not updated after reload when --disabled is set 2023-05-27 15:51:04 +09:00
options_test.go Fix deprecations of ioutil (#3370) 2023-07-16 17:14:22 +09:00
options.go Add --listen-unsafe=ADDR to allow remote process execution (#3498) 2023-11-05 10:53:46 +09:00
pattern_test.go
pattern.go
reader_test.go
reader.go Use $SHELL instead of bash if it's known to support 'pipefail' 2023-07-12 13:55:59 +09:00
result_others.go Modernize build tags 2022-03-29 21:23:45 +09:00
result_test.go
result_x86.go Modernize build tags 2022-03-29 21:23:45 +09:00
result.go
server.go Add --listen-unsafe=ADDR to allow remote process execution (#3498) 2023-11-05 10:53:46 +09:00
terminal_test.go
terminal_unix.go Fix CTRL-Z handling: Signal SIGSTOP to PGID 2023-11-04 13:46:29 +09:00
terminal_windows.go
terminal.go Reset horizontal offset of the prompt on 'beginning-of-line' 2023-11-12 21:41:34 +09:00
tokenizer_test.go
tokenizer.go