This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
fzf
Watch
1
Star
0
Fork
0
mirror of
https://github.com/junegunn/fzf.git
synced
2026-08-29 11:06:44 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
4db322146ca21d898ca66f49df3e03c9ea5248a9
fzf
/
src
T
History
Junegunn Choi
4db322146c
CodeQL / Analyze (go) (push)
Has been cancelled
Details
build / build (push)
Has been cancelled
Details
Test fzf on macOS / build (push)
Has been cancelled
Details
Document stale-final race in wait unblock
...
Explain why unblocking on any final result is acceptable.
2026-07-01 18:49:39 +09:00
..
algo
Fix integer overflow in FuzzyMatchV2 guard on 32-bit builds
2026-05-23 23:09:58 +09:00
protector
Add "unix" and "fattr" promises (
#4719
)
2026-03-17 11:44:13 +09:00
tui
Add result-final event
2026-06-14 19:37:22 +09:00
util
Terminate child processes on Windows (
#4723
)
2026-03-29 12:40:24 +09:00
actiontype_string.go
Add 'wait' action to block fzf until search completion
2026-06-21 22:13:20 +09:00
ansi_test.go
Add underline style variants and underline color support
2026-02-15 01:06:46 +09:00
ansi.go
Clean up non-ascii characters
2026-04-20 00:47:16 +09:00
cache_test.go
Replace []Result cache with bitmap cache for reduced memory usage
2026-03-08 11:49:28 +09:00
cache.go
Replace []Result cache with bitmap cache for reduced memory usage
2026-03-08 11:49:28 +09:00
chunklist_test.go
Fix lint warnings (
#4586
)
2025-11-12 22:05:17 +09:00
chunklist.go
Add change-with-nth action to dynamically change --with-nth (
#4691
)
2026-03-01 16:09:54 +09:00
constants.go
Replace []Result cache with bitmap cache for reduced memory usage
2026-03-08 11:49:28 +09:00
core.go
Address code scanning alerts
2026-05-25 14:31:51 +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
Fix lint warnings (
#4586
)
2025-11-12 22:05:17 +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
Make --accept-nth compatible with --select-1
2025-02-26 00:25:23 +09:00
LICENSE
Year 2026
2026-02-19 00:20:09 +09:00
matcher.go
Use a shared work queue instead of static partitioning in matcher
2026-03-07 18:26:42 +09:00
merger_test.go
Fix --no-sort jumpiness by merging results in index order
2026-03-14 20:43:30 +09:00
merger.go
Fix --no-sort jumpiness by merging results in index order
2026-03-14 20:43:30 +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
Allow bare put action in transform output
2026-06-02 20:21:04 +09:00
options.go
Add 'wait' action to block fzf until search completion
2026-06-21 22:13:20 +09:00
pattern_test.go
Replace []Result cache with bitmap cache for reduced memory usage
2026-03-08 11:49:28 +09:00
pattern.go
Replace []Result cache with bitmap cache for reduced memory usage
2026-03-08 11:49:28 +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
Support zellij floating pane via --popup (new name for --tmux) (
#4145
)
2026-03-26 21:32:56 +09:00
reader_test.go
Remove possible races (
#4070
)
2024-11-03 20:12:47 +09:00
reader.go
Skip symlinks targeting ancestors of walker root to prevent resource exhaustion
2026-03-18 20:43:00 +09:00
result_others.go
Use LSD radix sort for Result sorting in matcher
2026-03-01 15:57:39 +09:00
result_test.go
Replace sort.Sort(ByOrder(...)) with slices.SortFunc
2026-04-12 10:43:47 +09:00
result_x86.go
Use LSD radix sort for Result sorting in matcher
2026-03-01 15:57:39 +09:00
result.go
Keep base fg/bg when resolving colors in bw theme
2026-06-07 18:12:19 +09:00
server.go
Allow bare put action in transform output
2026-06-02 20:21:04 +09:00
terminal_test.go
Clean up non-ascii characters
2026-04-20 00:47:16 +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
Document stale-final race in wait unblock
2026-07-01 18:49:39 +09:00
tmux.go
Support zellij floating pane via --popup (new name for --tmux) (
#4145
)
2026-03-26 21:32:56 +09:00
tokenizer_test.go
Fix AWK tokenizer not treating a new line character as whitespace
2026-03-07 11:45:02 +09:00
tokenizer.go
With a non-default --delimiter, --{accept,with}-nth should not remove trailing whitespaces
2026-03-07 13:39:55 +09:00
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
zellij.go
Support zellij floating pane via --popup (new name for --tmux) (
#4145
)
2026-03-26 21:32:56 +09:00