Commit Graph

331 Commits (master)

Author SHA1 Message Date
Junegunn Choi 7dc9e14874
Update docs 22 hours ago
Junegunn Choi 93bbb3032d
Add --tail=NUM to limit the number of items to keep in memory 3 days ago
Junegunn Choi 36600eaaa9
Update CHANGELOG: clarification 5 days ago
Junegunn Choi e33fb59da1
Update CHANGELOG 7 days ago
Junegunn Choi 32eb32ee5e
Add multi-line example to CHANGELOG 2 weeks ago
Junegunn Choi 2f51eb2b41
Different marker for the first and last line of multi-line entries
Can be configured via `--marker-multi-line`
2 weeks ago
Junegunn Choi 29a19ad080
Update CHANGELOG 2 weeks ago
Junegunn Choi 7e9a0fcdbd
Change default --scroll-off to 3 2 weeks ago
Junegunn Choi a90426b7ca
Add print(...) action 2 weeks ago
Junegunn Choi 7205203dc8
Update CHANGELOG 3 weeks ago
Junegunn Choi 6432f00f0d
0.52.1 4 weeks ago
Junegunn Choi bcda25a513
0.52.0 1 month ago
Junegunn Choi af65aa298a
Add color names: selected-{fg,bg,hl} 1 month ago
Junegunn Choi 260a65b0fb
0.51.0 1 month ago
Junegunn Choi 835d2fb98c
[vim] Fix argument escaping for Windows batch file
Fix #3620
1 month ago
Junegunn Choi 4a68eac99b
Suggest using toggle+up instead of toggle-up 1 month ago
Junegunn Choi 2665580120
Add $FZF_POS environment variable
Close #2175
Close #3753
1 month ago
Junegunn Choi a4391aeedd
Add --with-shell for shelling out with different command and flags (#3746)
Close #3732
1 month ago
Junegunn Choi 608232568b
Add 'change-multi' action
Close #3754
1 month ago
Junegunn Choi f97d275413
0.50.0 2 months ago
Junegunn Choi e86b81bbf5
Improve search performance by limiting the search scope
Find the last occurrence of the last character in the pattern and
perform the search algorithm only up to that point.

The effectiveness of this mechanism depends a lot on the shape of the
input and the pattern.
2 months ago
Junegunn Choi fd1ba46f77
Export $FZF_KEY environment variable to child processes
It's the name of the last key pressed.

Related #3412
2 months ago
Junegunn Choi 62963dcefd
0.49.0 2 months ago
Junegunn Choi 8a2df79711
Do not hide separator by default on --info=inline-right|hidden 2 months ago
Junegunn Choi c30e486b64
Further performance improvements by removing unnecessary copies 2 months ago
Junegunn Choi 5234c3759a
Improve ingestion performance (by around 40%)
Summary
    fzf --sync --bind load:accept < 27M-lines ran
      1.16 ± 0.01 times faster than fzf-41b3511 --sync --bind load:accept < 27M-lines
      1.44 ± 0.01 times faster than fzf-0.48.1 --sync --bind load:accept < 27M-lines
2 months ago
Junegunn Choi 41b3511ad9
Improve ingestion performance (by around 20%) 2 months ago
Matthieu Cneude f625c5aabe
Add environment variables: FZF_{BORDER,PREVIEW}_LABEL (#3693)
The environment variable get the value of the preview label, even if it
has been updated with an action. It can be useful to track the label of
the preview and be able to switch between previews using only one
binding.

Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2 months ago
Junegunn Choi 8a74976c1f
Add track-current, untrack-current, and toggle-track-current (#3699)
Close #3691
2 months ago
Junegunn Choi 008fb9d258
Fix reload and reload-sync behaviors
https://github.com/junegunn/fzf/discussions/3696#discussioncomment-8915593
2 months ago
Eli Barzilay 88f4c16755
Make it possible to disable `Ctrl+T` / `Alt+C` / completions (#3678)
This makes it possible to skip one of the above key bindings or
completions by setting a variable to an empty string. For example,

    FZF_CTRL_T_COMMAND= FZF_ALT_C_COMMAND= \
      eval "$(fzf --zsh)"

Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
3 months ago
Junegunn Choi e74b1251c0
Embed shell integration scripts in fzf binary (`--bash` / `--zsh` / `--fish`) (#3675)
This simplifies the distribution, and the users are less likely to have
problems caused by using incompatible scripts and binaries.

    # Set up fzf key bindings and fuzzy completion
    eval "$(fzf --bash)"

    # Set up fzf key bindings and fuzzy completion
    eval "$(fzf --zsh)"

    # Set up fzf key bindings
    fzf --fish | source
3 months ago
Junegunn Choi d282a1649d
Add walker options and replace 'find' with the built-in walker (#3649) 3 months ago
Junegunn Choi 0494f20d62
Revert "Fix CHANGELOG"
This reverts commit 73aff476dd.
3 months ago
Junegunn Choi 73aff476dd
Fix CHANGELOG 3 months ago
Junegunn Choi 98ee5e651a
0.47.0 3 months ago
Junegunn Choi 1833670fb9
Add $FZF_DEFAULT_OPTS_FILE (#3618)
For those who prefer to manage default options in a file.
If the file is not found, fzf will exit with an error.

We're not setting a default value for it because:

1. it's hard to find a default value that can be universally agreed upon
2. to avoid fzf having to check for the existence of the file even when it's not used
3 months ago
Junegunn Choi 17da165cfe
CHANGELOG: charlievieth/fastwalk 4 months ago
Junegunn Choi 208e556332
Replace "default find command" with built-in directory traversal 4 months ago
Junegunn Choi 2a1e5a9729
More test fixes for tcell on GitHub Actions 4 months ago
Junegunn Choi 76cf6559cc
junegunn/uniseg -> rivo/uniseg
https://github.com/rivo/uniseg/pull/47
4 months ago
Junegunn Choi beb2de2dd9
0.46.0 5 months ago
Junegunn Choi 687c2741b8
Add 'resize' event
Close #3570
5 months ago
Junegunn Choi 16f6473938
Change mattn/go-runewidth dependency to rivo/uniseg for accurate results
Related #3588 #3588 #3567
5 months ago
Junegunn Choi e7718b92b7
Kitty image support improvements
* Use `--unicode-placeholder` for consistent result in and out of tmux
* Use updated version of junegunn/go-runewidth that handles diacritics
  used in Kitty Unicode placeholder

Close #3567
5 months ago
Junegunn Choi cdfaf761df
Expose state information via environment variables to child processes
Close #3582
5 months ago
Junegunn Choi 250496c953
Add 'result' event that is triggered when the result list is ready
Close #3560
5 months ago
Junegunn Choi 2024010119
0.45.0 5 months ago
Junegunn Choi d210660ce8
Add actions: show-header and hide-header 5 months ago
Junegunn Choi 5d360180af
Add {fzf:prompt} placeholder expression
Close #3354
5 months ago