Commit Graph

2802 Commits (1616ed543dd250f68852007a5e2e44d8937e4302)
 

Author SHA1 Message Date
Junegunn Choi 1616ed543d
Fix index out of bounds error caused by outdated offset 5 months ago
Junegunn Choi dc73fba188
[man] Clarification on --scheme options 5 months ago
Junegunn Choi ef148dfd37
Handle int32 overflow
yes | fzf --tail=10 --preview 'echo "{n}"'
5 months ago
Junegunn Choi 93bbb3032d
Add --tail=NUM to limit the number of items to keep in memory 5 months ago
Junegunn Choi 4c83d8596d
Add new options to bash completion 5 months ago
Junegunn Choi d453e6d7db
Update ADVANCED.md: Use --tmux instead of fzf-tmux 5 months ago
Junegunn Choi c29533994f
Fix invalid default of selected-hl (--color)
It should default to 'hl' instead of 'current-hl'
5 months ago
Junegunn Choi 1afe13b5b5
Merge remote-tracking branch 'origin/master' into devel 5 months ago
Junegunn Choi 36600eaaa9
Update CHANGELOG: clarification 5 months ago
junegunn 3ee1fc2034 Deploying to master from @ junegunn/fzf@124cd70710 🚀 5 months ago
Junegunn Choi e2f93e5a2d
--tmux vs. --height: Last one wins 5 months ago
Junegunn Choi cfdf2f1153
Update README 5 months ago
Junegunn Choi e042143e3f
Immediately close standard output of the child process
Fix #3828
5 months ago
Junegunn Choi 7c613d0d9b
Do not disable --height on mintty (because it works) 5 months ago
Junegunn Choi b00d46bc14
Fix --height on Windows 5 months ago
Junegunn Choi 555b0d235b
Ignore --height option if it's not supported on the platform
This is to make shell integration work out of the box on Git bash.

  eval "$(fzf --bash)"
  vim <CTRL-T>
    # would print '--height option is currently not supported on this platform'
5 months ago
Junegunn Choi 564daf9a7d
Set standard input of 'man' process to os.Stdin 5 months ago
Junegunn Choi 41bcbe342f
Revert "An '--expect' key should execute actions bound to the key"
To be backward compatible.

Close #3829
5 months ago
LangLangBart dbe8dc344e
[fish] Use builtins for cd and history (#3830)
Close #3826
5 months ago
Junegunn Choi e33fb59da1
Update CHANGELOG 5 months ago
Junegunn Choi 7aa88aa115
Fix error message on invalid --tmux option
fzf --tmux foobar
  # not a valid integer: foobar
  # ->
  # invalid tmux option: foobar (expected: [center|top|bottom|left|right][,SIZE[%]][,SIZE[%]])
5 months ago
LangLangBart 2b6d600879
[zsh] Enhance CTRL-R to display multi-line entires (#3823)
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
5 months ago
Junegunn Choi 05c765d442
[fish] Add --nth 2..,.. to allow anchored search against command 5 months ago
Junegunn Choi 49b496269c
Fix index out of bounds error on scroll-down action 5 months ago
Junegunn Choi 7405925952
[bash] Indent multi-line history entries 5 months ago
Junegunn Choi 3afd543a7e
[fish] Use perl instead of sed to strip leading tabs
https://github.com/junegunn/fzf/pull/3807#discussion_r1619520105
5 months ago
Junegunn Choi b4f2cde5ac
[fish] Better multi-line support for CTRL-R
Prepend each entry with an index number so that multi-line entries can
be clearly distinguished.
5 months ago
Junegunn Choi ed53ef7cee
[shell] Add --highlight-line to CTRL-R bindings 5 months ago
Junegunn Choi 12630b124d
Make --tmux argument optional 5 months ago
Junegunn Choi 1d59ac09d2
Pass-through error message from 'tmux display-popup'
fzf --tmux 9999
    # height too large
5 months ago
Junegunn Choi a8f3a0dd59
Merge branch 'master' into devel 5 months ago
Konstantin-Glukhov 124cd70710
[vim] Do not prepend CWD to path starting with a backslash on Windows (#3820)
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
5 months ago
Junegunn Choi 782de139c8
[vim] Native --tmux fix for Neovim 5 months ago
Junegunn Choi 32eb32ee5e
Add multi-line example to CHANGELOG 5 months ago
Junegunn Choi 2f51eb2b41
Different marker for the first and last line of multi-line entries
Can be configured via `--marker-multi-line`
5 months ago
Junegunn Choi 0ccbd79e10
Fix --help output: marker default
Co-authored-by: LangLangBart <92653266+LangLangBart@users.noreply.github.com>
5 months ago
junegunn 99bd6de541 Deploying to master from @ junegunn/fzf@daa602422d 🚀 5 months ago
Junegunn Choi 1fef36e4bc
Do not allow tabs in pointer and marker 5 months ago
Junegunn Choi 89375005b5
Fix option validation order 5 months ago
Junegunn Choi 88e78c9193
Update integration test to use named pipes 5 months ago
Junegunn Choi 29a19ad080
Update CHANGELOG 5 months ago
Junegunn Choi 2a039ab746
Describe exit code 126 5 months ago
Junegunn Choi 7e9a0fcdbd
Change default --scroll-off to 3 5 months ago
Junegunn Choi 7a97532547
Fix --scroll-off for multi-line mode 5 months ago
Junegunn Choi 996abb2831
Fix incorrect colors for selected-{fg,bg,hl}
When a non-default base color scheme is specified, fzf would choose incorrect
colors for selected-*.

  fzf --color 'light,fg:238,bg:255,bg+:253' -m
5 months ago
Junegunn Choi da500a358f
Use bold bar as the default marker 5 months ago
Junegunn Choi c36b846acc
[vim] Open cmd.exe window only on mintty < 3.4.5 without winpty 5 months ago
Junegunn Choi d9b5c9b2be
Address review comments by @Konfekt
d4216b0dcc
5 months ago
Junegunn Choi 3dee8778d0
execute: Open separate handles to /dev/tty (in, out, err)
# This will no longer cause 'Vim: Warning: Output is not to a terminal'
  fzf --bind 'enter:execute:vim {}' > /tmp/foo
5 months ago
Junegunn Choi d4216b0dcc
Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or later 5 months ago