Commit Graph

2824 Commits (6de0a7ddc11dd9d4a2261e9642a99f3901e0ae27)
 

Author SHA1 Message Date
Junegunn Choi 6de0a7ddc1
--sync: Do not start TUI until initial filtering is complete 3 months ago
Junegunn Choi 79196c025d
Clean up GitHub Actions workflow
fzf does not uses tcell-based renderer on systems where light renderer
can be used since dca2262. So this has become meaningless.
3 months ago
Junegunn Choi 94c33ac020
Fix panic when parent process is killed
Fix #3863
3 months ago
Junegunn Choi b2ecb6352c
Make GET endpoint available from 'execute' and 'transform' actions 3 months ago
Junegunn Choi 9dc3ed638a
--walker-skip should also handle symlinks to directories
Fix #3858
3 months ago
dependabot[bot] 0acace1ace
Bump crate-ci/typos from 1.21.0 to 1.22.3 (#3850)
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.21.0 to 1.22.3.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.21.0...v1.22.3)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
dependabot[bot] 1a2d37e1e6
Bump golang.org/x/term from 0.20.0 to 0.21.0 (#3849)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.20.0 to 0.21.0.
- [Commits](https://github.com/golang/term/compare/v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
LangLangBart 22adb6494f
chore(shell): Separate declaration and assignment for zsh legacy versions (#3856) 3 months ago
Samara Jinnah e023736c30
[zsh] Prevent glob expansion in history widget (#3855) 3 months ago
Junegunn Choi dca2262fe6
Prefer LightRenderer over tcell on Windows
For mouse support on mintty

Fix #3847
3 months ago
Junegunn Choi 0684a20ea3
Fix invalid mouse offset for --height on Windows 3 months ago
Junegunn Choi a1a72bb8d1
Do not open tmux or winpty in `--filter` mode 3 months ago
ismay 144d55a5be
[fish] Merge history before searching (#3852)
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
3 months ago
Junegunn Choi 7fc13c5cfd
Less aggressive chunk cache invalidation for --tail 4 months ago
Junegunn Choi dfee7af57b
Fix divide by zero error with --tiebreak=end for long items
Fix #3846
4 months ago
junegunn 9b0e2daf02 Deploying to master from @ junegunn/fzf@590060a16b 🚀 4 months ago
Junegunn Choi 590060a16b
Remove unused field 4 months ago
Junegunn Choi 368294edf6
Reduce flickering of the list when the list is truncated by --tail 4 months ago
Junegunn Choi c4a9ccd6af
0.53.0 4 months ago
Junegunn Choi cbf91f2ed3
ADVANCED.md: /dev/tty redirection no longer required 4 months ago
Junegunn Choi b1460d4787
hasPreviewFlags should ignore escaped placeholder
This reload command wouldn't run before the fix:

  : | fzf --bind 'start:reload:echo \{}'
4 months ago
Junegunn Choi 7dc9e14874
Update docs 4 months ago
Junegunn Choi 1616ed543d
Fix index out of bounds error caused by outdated offset 4 months ago
Junegunn Choi dc73fba188
[man] Clarification on --scheme options 4 months ago
Junegunn Choi ef148dfd37
Handle int32 overflow
yes | fzf --tail=10 --preview 'echo "{n}"'
4 months ago
Junegunn Choi 93bbb3032d
Add --tail=NUM to limit the number of items to keep in memory 4 months ago
Junegunn Choi 4c83d8596d
Add new options to bash completion 4 months ago
Junegunn Choi d453e6d7db
Update ADVANCED.md: Use --tmux instead of fzf-tmux 4 months ago
Junegunn Choi c29533994f
Fix invalid default of selected-hl (--color)
It should default to 'hl' instead of 'current-hl'
4 months ago
Junegunn Choi 1afe13b5b5
Merge remote-tracking branch 'origin/master' into devel 4 months ago
Junegunn Choi 36600eaaa9
Update CHANGELOG: clarification 4 months ago
junegunn 3ee1fc2034 Deploying to master from @ junegunn/fzf@124cd70710 🚀 4 months ago
Junegunn Choi e2f93e5a2d
--tmux vs. --height: Last one wins 4 months ago
Junegunn Choi cfdf2f1153
Update README 4 months ago
Junegunn Choi e042143e3f
Immediately close standard output of the child process
Fix #3828
4 months ago
Junegunn Choi 7c613d0d9b
Do not disable --height on mintty (because it works) 4 months ago
Junegunn Choi b00d46bc14
Fix --height on Windows 4 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'
4 months ago
Junegunn Choi 564daf9a7d
Set standard input of 'man' process to os.Stdin 4 months ago
Junegunn Choi 41bcbe342f
Revert "An '--expect' key should execute actions bound to the key"
To be backward compatible.

Close #3829
4 months ago
LangLangBart dbe8dc344e
[fish] Use builtins for cd and history (#3830)
Close #3826
4 months ago
Junegunn Choi e33fb59da1
Update CHANGELOG 4 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[%]])
4 months ago
LangLangBart 2b6d600879
[zsh] Enhance CTRL-R to display multi-line entires (#3823)
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
4 months ago
Junegunn Choi 05c765d442
[fish] Add --nth 2..,.. to allow anchored search against command 4 months ago
Junegunn Choi 49b496269c
Fix index out of bounds error on scroll-down action 4 months ago
Junegunn Choi 7405925952
[bash] Indent multi-line history entries 4 months ago
Junegunn Choi 3afd543a7e
[fish] Use perl instead of sed to strip leading tabs
https://github.com/junegunn/fzf/pull/3807#discussion_r1619520105
4 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.
4 months ago
Junegunn Choi ed53ef7cee
[shell] Add --highlight-line to CTRL-R bindings 4 months ago