fzf/src
Junegunn Choi d83eb2800a
Add change-nth action
Example:
  # Start with --nth 1, then 2, then 3, then back to the default, 1
  echo 'foo foobar foobarbaz' | fzf --bind 'space:change-nth(2|3|)' --nth 1 -q foo

Close #4172
Close #3109
2025-01-13 00:13:31 +09:00
..
algo Underscore boundaries should be ranked lower 2024-08-29 17:08:23 +09:00
protector Add wpath and dpath pledges on OpenBSD to make --tmux work (#3877) 2024-06-19 11:26:08 +09:00
tui Make preview-scrollbar color conditionally inherit from scrollbar color 2025-01-11 00:51:49 +09:00
util Fix incorrect overflow detection when --wrap is set 2024-11-12 00:33:07 +09:00
actiontype_string.go Add change-nth action 2025-01-13 00:13:31 +09:00
ansi_test.go Trim unsupported OSC sequences (#4169) 2025-01-10 20:53:47 +09:00
ansi.go Trim unsupported OSC sequences (#4169) 2025-01-10 20:53:47 +09:00
cache_test.go
cache.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
chunklist.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 Add change-nth action 2025-01-13 00:13:31 +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_test.go
history.go
item_test.go
item.go Handle int32 overflow 2024-06-05 14:29:50 +09:00
LICENSE
matcher.go Avoid selecting an outdated merger from cache 2024-10-16 00:45:12 +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
merger.go Add --tail=NUM to limit the number of items to keep in memory 2024-06-04 17:50:46 +09:00
options_no_pprof.go
options_pprof_test.go
options_pprof.go
options_test.go Treat a single-character delimiter as a plain string delimiter 2025-01-12 10:23:43 +09:00
options.go Add change-nth action 2025-01-13 00:13:31 +09:00
pattern_test.go
pattern.go Require quotes on both sides for boundary matching even in --exact mode 2024-08-29 17:08:23 +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
proxy.go --tmux: Export bash functions 2024-09-29 19:33:42 +09:00
reader_test.go Remove possible races (#4070) 2024-11-03 20:12:47 +09:00
reader.go Extend --walker-skip to support multi-component patterns 2024-11-26 17:26:16 +09:00
result_others.go
result_test.go Add support for hyperlinks in preview window 2024-08-14 08:51:34 +09:00
result_x86.go
result.go Support hyperlinks (OSC 8) in the main window 2024-08-14 23:04:05 +09:00
server.go Make GET endpoint available from 'execute' and 'transform' actions 2024-06-14 21:33:42 +09:00
terminal_test.go Much faster image processing 2024-11-29 00:26:12 +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
terminal.go Add change-nth action 2025-01-13 00:13:31 +09:00
tmux.go Add border-native option to --tmux flag (#4157) 2025-01-04 18:30:32 +09:00
tokenizer_test.go
tokenizer.go
winpty_windows.go --tmux: Export bash functions 2024-09-29 19:33:42 +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