fzf/src
Junegunn Choi 0ba066123e
Fix case where preview window is not scrollable (#4258)
When the last rendered line was wrapped, fzf would incorrectly determine
the scrollability of the window.
2025-02-20 08:22:43 +09:00
..
algo Normalize char before pattern lookup (#4252) 2025-02-17 20:50:15 +09:00
protector Add wpath and dpath pledges on OpenBSD to make --tmux work (#3877) 2024-06-19 11:26:08 +09:00
tui Ignore NULL byte before CSI 6N response 2025-02-16 21:18:01 +09:00
util Make --accept-nth and --with-nth support templates 2025-02-12 20:15:04 +09:00
actiontype_string.go Rename actions: exclude and exclude-multi 2025-02-09 13:52:20 +09:00
ansi.go Support OSC 8 sequence with BEL characters 2025-01-22 19:16:08 +09:00
ansi_test.go Trim unsupported OSC sequences (#4169) 2025-01-10 20:53:47 +09:00
cache.go Less aggressive chunk cache invalidation for --tail 2024-06-10 20:33:55 +09:00
cache_test.go Check gofmt in make test 2021-02-28 18:28:21 +09:00
chunklist.go Less aggressive chunk cache invalidation for --tail 2024-06-10 20:33:55 +09:00
chunklist_test.go Less aggressive chunk cache invalidation for --tail 2024-06-10 20:33:55 +09:00
constants.go Fix incompatibility of adaptive height and 'start:reload' 2024-07-27 11:30:25 +09:00
core.go Make --accept-nth and --with-nth support templates 2025-02-12 20:15:04 +09:00
functions.go Embed man page in the binary and show it on 'fzf --man' 2024-05-21 01:06:10 +09:00
history.go Fix deprecations of ioutil (#3370) 2023-07-16 17:14:22 +09:00
history_test.go Fix deprecations of ioutil (#3370) 2023-07-16 17:14:22 +09:00
item.go Fix nth highlighting 2025-02-06 19:57:39 +09:00
item_test.go Micro-optimizations 2016-08-19 02:39:32 +09:00
LICENSE 0.45.0 2024-01-01 15:38:35 +09:00
matcher.go Avoid selecting an outdated merger from cache 2024-10-16 00:45:12 +09:00
merger.go Add --tail=NUM to limit the number of items to keep in memory 2024-06-04 17:50:46 +09:00
merger_test.go Add --tail=NUM to limit the number of items to keep in memory 2024-06-04 17:50:46 +09:00
options.go Make --accept-nth and --with-nth support templates 2025-02-12 20:15: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.go Enable profiling options when 'pprof' tag is set (#2813) 2024-04-13 14:58:11 +09:00
options_pprof_test.go Enable profiling options when 'pprof' tag is set (#2813) 2024-04-13 14:58:11 +09:00
options_test.go FZF_KEY enhancements 2025-02-02 02:23:47 +09:00
pattern.go Allow suffix match on --nth with custom --delimiter 2025-02-12 20:53:32 +09:00
pattern_test.go Add 'exclude' action for excluding current/selected items from the result (#4231) 2025-02-09 13:22:33 +09:00
proxy.go --tmux: Export bash functions 2024-09-29 19:33:42 +09:00
proxy_unix.go --tmux: Export bash functions 2024-09-29 19:33:42 +09:00
proxy_windows.go --tmux: Export bash functions 2024-09-29 19:33:42 +09:00
reader.go walker: Append path separator to directories 2025-02-18 22:03:59 +09:00
reader_test.go Remove possible races (#4070) 2024-11-03 20:12:47 +09:00
result.go Option to prioritize file name matches (#4192) 2025-01-24 00:54:53 +09:00
result_others.go Modernize build tags 2022-03-29 21:23:45 +09:00
result_test.go Allow displaying --nth parts in a different text style 2025-01-16 01:38:45 +09:00
result_x86.go Modernize build tags 2022-03-29 21:23:45 +09:00
server.go Make GET endpoint available from 'execute' and 'transform' actions 2024-06-14 21:33:42 +09:00
terminal.go Fix case where preview window is not scrollable (#4258) 2025-02-20 08:22:43 +09:00
terminal_test.go Allow {q} placeholders with range expressions 2025-01-27 18:04:57 +09:00
terminal_unix.go Fix CTRL-Z handling 2024-08-29 16:41:52 +09:00
terminal_windows.go Fix CTRL-Z handling 2024-08-29 16:41:52 +09:00
tmux.go Allow setting border styles at once with --style full:STYLE 2025-01-17 13:12:51 +09:00
tokenizer.go Allow suffix match on --nth with custom --delimiter 2025-02-12 20:53:32 +09:00
tokenizer_test.go Add --accept-nth option to transform the output 2025-02-09 11:53:35 +09:00
winpty.go Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or later 2024-05-23 18:42:54 +09:00
winpty_windows.go --tmux: Export bash functions 2024-09-29 19:33:42 +09:00