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-07-29 19:26:53 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b51bc6b50e90169553c48209c00c5f4d548ec0a0
fzf
/
src
T
History
Junegunn Choi
febaadbee5
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
Generate Sponsors README / deploy (push)
Has been cancelled
Details
Fix stray character artifacts when scrollbar is hidden
...
Fix
#4537
2025-10-04 21:56:56 +09:00
..
algo
Normalize halfwidth and fullwidth characers for matching
2025-07-03 20:57:19 +09:00
protector
Add wpath and dpath pledges on OpenBSD to make --tmux work (
#3877
)
2024-06-19 11:26:08 +09:00
tui
tui/light: consume full 7-byte CSI sequences to prevent leftover printing (
#4528
)
2025-09-23 23:33:41 +09:00
util
with-nth: Do not trim trailing whitespaces with background colors
2025-06-24 20:27:24 +09:00
actiontype_string.go
Add sub-word actions (
#3997
)
2025-09-05 19:38:22 +09:00
ansi_test.go
Support full-line background color in the list section
2025-06-25 02:12:10 +09:00
ansi.go
0.63.0
2025-06-28 01:11:00 +09:00
cache_test.go
Check gofmt in
make test
2021-02-28 18:28:21 +09:00
cache.go
Less aggressive chunk cache invalidation for --tail
2024-06-10 20:33:55 +09:00
chunklist_test.go
refactor: replace []byte(fmt.Sprintf) with fmt.Appendf (
#4507
)
2025-08-31 22:01:35 +09:00
chunklist.go
Fix selection lost on revision bump
2025-07-06 22:02:12 +09:00
constants.go
Implement asynchronous transform actions (
#4419
)
2025-06-16 00:39:11 +09:00
core.go
refactor: use maps.Copy and maps.Clone (
#4518
)
2025-09-29 18:11:19 +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 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
Make --accept-nth compatible with --select-1
2025-02-26 00:25:23 +09:00
LICENSE
Update copyright year
2025-07-02 22:10:05 +09:00
matcher.go
merger: fix chunk cache never getting cleared (
#4531
)
2025-09-27 09:01:13 +09:00
merger_test.go
Fix selection lost on revision bump
2025-07-06 22:02:12 +09:00
merger.go
Fix selection lost on revision bump
2025-07-06 22:02:12 +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
Style change: thinner gutter column (
#4521
)
2025-09-16 21:22:56 +09:00
options.go
refactor: use maps.Copy and maps.Clone (
#4518
)
2025-09-29 18:11:19 +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
pattern.go
Allow suffix match on --nth with custom --delimiter
2025-02-12 20:53:32 +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
Do not unset FZF_DEFAULT_* variables when using winpty
2025-08-22 19:24:01 +09:00
reader_test.go
Remove possible races (
#4070
)
2024-11-03 20:12:47 +09:00
reader.go
chore: remove redundant word in comment (
#4490
)
2025-08-14 13:26:29 +09:00
result_others.go
Modernize build tags
2022-03-29 21:23:45 +09:00
result_test.go
Fix ANSI attributes lost when nth:regular is set
2025-05-30 21:02:35 +09:00
result_x86.go
Modernize build tags
2022-03-29 21:23:45 +09:00
result.go
Use fixed-length array when possible (
#4488
)
2025-08-15 21:16:41 +09:00
server.go
Make GET endpoint available from 'execute' and 'transform' actions
2024-06-14 21:33:42 +09:00
terminal_test.go
Add {*} placeholder flag
2025-06-19 22:35:23 +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
Fix stray character artifacts when scrollbar is hidden
2025-10-04 21:56:56 +09:00
tmux.go
Add footer
2025-06-10 23:02:23 +09:00
tokenizer_test.go
Add --accept-nth option to transform the output
2025-02-09 11:53:35 +09:00
tokenizer.go
Don't trim last field when delimiter is regex (
#4266
)
2025-02-21 22:21: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