fzf/src
Junegunn Choi c5fb0c43f9
Add --cursor-line to highlight the whole current line
Similar to 'set cursorline' of Vim.
2024-05-07 01:34:35 +09:00
..
algo Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
protector Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
tui Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
util Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
actiontype_string.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
ansi_test.go Fix handling of empty ANSI color sequence 2023-12-25 17:05:54 +09:00
ansi.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
cache_test.go Check gofmt in make test 2021-02-28 18:28:21 +09:00
cache.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
chunklist_test.go Remove count field from ChunkList 2017-08-16 12:26:06 +09:00
chunklist.go Experimental implementation of "reload" action 2019-11-10 11:43:37 +09:00
constants.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
core.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +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 Micro-optimizations 2016-08-19 02:39:32 +09:00
item.go Remove special nilItem 2017-08-15 01:10:41 +09:00
LICENSE 0.45.0 2024-01-01 15:38:35 +09:00
matcher.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +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_no_pprof.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
options_pprof_test.go Enable profiling options when 'pprof' tag is set (#2813) 2024-04-13 14:58:11 +09:00
options_pprof.go Enable profiling options when 'pprof' tag is set (#2813) 2024-04-13 14:58:11 +09:00
options_test.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
options.go Add --cursor-line to highlight the whole current line 2024-05-07 01:34:35 +09:00
pattern_test.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
pattern.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
reader_test.go Add --with-shell for shelling out with different command and flags (#3746) 2024-04-27 18:36:37 +09:00
reader.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
result_others.go Modernize build tags 2022-03-29 21:23:45 +09:00
result_test.go Fix highlighting of regions that are matched multiple times 2024-01-23 12:19:32 +09:00
result_x86.go Modernize build tags 2022-03-29 21:23:45 +09:00
result.go Fix highlighting of regions that are matched multiple times 2024-01-23 12:19:32 +09:00
server.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
terminal_test.go Fix escaping for cmd.exe 2024-04-28 22:03:00 +09:00
terminal_unix.go Add --with-shell for shelling out with different command and flags (#3746) 2024-04-27 18:36:37 +09:00
terminal_windows.go Add --with-shell for shelling out with different command and flags (#3746) 2024-04-27 18:36:37 +09:00
terminal.go Add --cursor-line to highlight the whole current line 2024-05-07 01:34:35 +09:00
tokenizer_test.go Refactor the code so that fzf can be used as a library (#3769) 2024-05-07 01:06:42 +09:00
tokenizer.go Further performance improvements by removing unnecessary copies 2024-04-02 08:43:08 +09:00