GrandZhuo
3e1c0d51cb
fix(fzf): installation dir for brew M1 ( #11490 )
3 years ago
Marc Cornellà
b0bffcaf86
fix(fzf): fix check for true Debian-like in debian setup function ( #11460 )
...
Check for `apt` and `apt-get` in debian setup function.
Look for exact directory in debian-like setup function.
Fixes #11459
3 years ago
Carlo Sala
a1c54e03f9
feat(fzf): add `skip-dpkg` flag to avoid some regressions
...
See https://github.com/ohmyzsh/ohmyzsh/pull/11122#issuecomment-1399607430
3 years ago
Yuxin Wu
ba8777fc30
perf(fzf): speed up startup on debian ( #11122 )
3 years ago
Steven Conaway
aafc7443f0
feat(fzf): support macOS ARM brew install dir ( #10944 )
4 years ago
Andrew Wu
b3b336b0f9
feat(fzf): fix MacPorts auto-completion file location. ( #11305 )
4 years ago
Suchandra Thapa
4dce175e0e
feat(fzf): support `fzf` installed with MacPorts ( #10794 )
4 years ago
Carlo Sala
f96a900ea3
feat(fzf)!: default to using `fd` before `rg` ( #10757 )
...
BREAKING CHANGE: if both `fd` and `rg` are installed, default to using `fd`. This
is the recommendation of the ripgrep author, and it's been found to be faster.
If you want to force using `rg`, set the `FZF_DEFAULT_COMMAND` variable.
4 years ago
Sean Flanigan
52a46ec362
feat(fzf): support fzf in Cygwin ( #9463 )
...
Closes #9463
5 years ago
Logan Linn
010c36d4ab
refactor(fzf): adopt code style and simplify function naming ( #10514 )
5 years ago
Josh Soref
0e41181d54
chore: fix spelling errors across the project ( #10459 )
...
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
5 years ago
Christophe Bliard
2e46b2a2dc
feat(fzf): support getting fzf from nix-darwin ( #10355 )
5 years ago
Ian G Canino
48a3c2f32d
feat(fzf): look in XDG compliant location ( #9858 )
5 years ago
Dario Vladović
90bdb8a156
feat(fzf): add support for Termux package ( #9718 )
5 years ago
Elyézer Rezende
fa780867d9
fix(fzf): consistently ignore .git directory in `FZF_DEFAULT_COMMAND` ( #9421 )
...
Be consistent and ignore contents of `.git` directory no matter how FZF_DEFAULT_COMMAND is set.
6 years ago
Marc Cornellà
7d73908223
fzf: add check for OpenSUSE and OpenBSD packages ( #9327 )
6 years ago
Alessandro Martini
708ea42384
fzf: setup FZF_DEFAULT_COMMAND based on installed tools ( #8895 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Roey Darwish Dror
52f9238b16
fzf: support for NixOS and Void Linux ( #8618 )
6 years ago
pprugger
4338a731b7
fzf: add support for FreeBSD ( #8474 )
7 years ago
Meng Bo
6390afd6de
fzf: change debian completion file path ( #8402 )
...
* Newer Debian packages install completions file in
/usr/share/doc/fzf/examples/completion.zsh
* Default to buster/stretch path if completion file not found
See file list in order from older to newer fzf package versions:
- https://packages.debian.org/stretch-backports/amd64/fzf/filelist
- https://packages.debian.org/buster/amd64/fzf/filelist
- https://packages.debian.org/bullseye/amd64/fzf/filelist
- https://packages.debian.org/sid/amd64/fzf/filelist
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
7 years ago
Jakub Łuczyński
563c0708ab
fzf: fix regression ( #8269 )
...
Typo introduced in f56b678 fixing #8253
7 years ago
Marc Cornellà
f56b678888
fzf: check for dpkg before checking for fzf in debian
...
Fixes #8253
Co-authored-by: Mariusz B <mb@binary-offensive.com>
7 years ago
Ilya Gorski
0565251c3b
Unset all local functions after running them
7 years ago
Ilya Gorski
b90f76c141
fzf: Adding support for debian packages
7 years ago
Maxime Brunet
bb908495de
fzf: Fix shell directory for archlinux package ( #7119 )
...
* fzf: Fix shell directory for archlinux package
* fzf: Don't clutter PATH if fzf already available
* brew has it available via symlink in /usr/local/bin
* Fedora and Arch packages have it place in /usr/bin
* fzf: Fix archlinux guess by using release file
* fzf: unset leftover variables
8 years ago
Maxime Brunet
86542dcd86
Add fzf plugin ( #6910 )
8 years ago