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-09-11 09:13:01 +08:00
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
Files
6166b2940d56670ee44b76956b7b6c49e69895a5
fzf
/
src
T
History
Junegunn Choi
bd4a18d0a9
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
Replace sort.Sort(ByOrder(...)) with slices.SortFunc
2026-04-12 10:43:47 +09:00
..
algo
Fix OSC8 hyperlinks mangled when URL contains unicode
2026-03-08 13:55:14 +09:00
protector
Add "unix" and "fattr" promises (
#4719
)
2026-03-17 11:44:13 +09:00
tui
Fix nth attr merge order to respect precedence hierarchy (
#4697
)
2026-03-02 12:00:21 +09:00
util
Terminate child processes on Windows (
#4723
)
2026-03-29 12:40:24 +09:00
actiontype_string.go
Add change-with-nth action to dynamically change --with-nth (
#4691
)
2026-03-01 16:09:54 +09:00
ansi_test.go
Add underline style variants and underline color support
2026-02-15 01:06:46 +09:00
ansi.go
Fix OSC8 hyperlinks mangled when URL contains unicode
2026-03-08 13:55:14 +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
Support zellij floating pane via --popup (new name for --tmux) (
#4145
)
2026-03-26 21:32:56 +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
Add --preview-wrap-sign
2026-02-19 21:30:23 +09:00
options.go
Fix gutter display in --style=minimal
2026-04-08 23:28:10 +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
Replace sort.Sort(ByOrder(...)) with slices.SortFunc
2026-04-12 10:43:47 +09:00
server.go
enhancement: move server declaration to go func to allocate it in stack (
#4739
)
2026-03-25 15:22:49 +09:00
terminal_test.go
Implement word wrapping in the preview window
2026-02-18 13:35:02 +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
Replace sort.Sort(ByOrder(...)) with slices.SortFunc
2026-04-12 10:43:47 +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