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 11:16:52 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
952276dc2dcdd5401be804b4417d0cb392e2eda8
fzf
/
src
T
History
Junegunn Choi
952276dc2d
CodeQL / Analyze (go) (push)
Waiting to run
Details
Test fzf on Linux / build (push)
Waiting to run
Details
Test fzf on macOS / build (push)
Waiting to run
Details
Add 'noinfo' option to hide scroll offset information in preview window
...
fzf --preview 'seq 1000' --preview-window noinfo
Close
#2525
2024-09-12 18:31:14 +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
Support hyperlinks (OSC 8) in the main window
2024-08-14 23:04:05 +09:00
util
Add --wrap option and 'toggle-wrap' action (
#3887
)
2024-06-25 17:08:47 +09:00
actiontype_string.go
Add --wrap option and 'toggle-wrap' action (
#3887
)
2024-06-25 17:08:47 +09:00
ansi_test.go
chore: use strings.ReplaceAll (
#3801
)
2024-05-18 17:06:33 +09:00
ansi.go
Fix OSC 8 parser
2024-08-14 19:19:28 +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
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
Remove stale comment
2024-07-28 10:13:41 +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
Handle int32 overflow
2024-06-05 14:29:50 +09:00
LICENSE
0.45.0
2024-01-01 15:38:35 +09:00
matcher.go
Less aggressive chunk cache invalidation for --tail
2024-06-10 20:33:55 +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
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
Fix test case for validateSign
2024-06-20 01:48:24 +09:00
options.go
Add 'noinfo' option to hide scroll offset information in preview window
2024-09-12 18:31:14 +09:00
pattern_test.go
Refactor the code so that fzf can be used as a library (
#3769
)
2024-05-07 01:06:42 +09:00
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
Use winpty to launch fzf in Git bash (mintty)
2024-05-20 18:24:14 +09:00
proxy_windows.go
Use winpty to launch fzf in Git bash (mintty)
2024-05-20 18:24:14 +09:00
proxy.go
Pass-through error message from 'tmux display-popup'
2024-05-29 02:07:56 +09:00
reader_test.go
Add --with-shell for shelling out with different command and flags (
#3746
)
2024-04-27 18:36:37 +09:00
reader.go
Remove stale comment
2024-07-28 10:13:41 +09:00
result_others.go
Modernize build tags
2022-03-29 21:23:45 +09:00
result_test.go
Add support for hyperlinks in preview window
2024-08-14 08:51:34 +09:00
result_x86.go
Modernize build tags
2022-03-29 21:23:45 +09:00
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
Refactor the code to remove global variables
2024-05-07 16:58:17 +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 'noinfo' option to hide scroll offset information in preview window
2024-09-12 18:31:14 +09:00
tmux.go
Fix '--tmux bottom' when the status line is not at the bottom
2024-08-02 23:11:20 +09:00
tokenizer_test.go
Refactor the code so that fzf can be used as a library (
#3769
)
2024-05-07 01:06:42 +09:00
tokenizer.go
Refactor the code to remove global variables
2024-05-07 16:58:17 +09:00
winpty_windows.go
Do not disable --height on mintty (because it works)
2024-06-01 14:45:54 +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