Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-12 | fix(fzf): installation dir for brew M1 (#11490) | GrandZhuo | |
2023-01-27 | fix(fzf): fix check for true Debian-like in debian setup function (#11460) | Marc Cornellà | |
Check for `apt` and `apt-get` in debian setup function. Look for exact directory in debian-like setup function. Fixes #11459 | |||
2023-01-22 | feat(fzf): add `skip-dpkg` flag to avoid some regressions | Carlo Sala | |
See https://github.com/ohmyzsh/ohmyzsh/pull/11122#issuecomment-1399607430 | |||
2023-01-21 | perf(fzf): speed up startup on debian (#11122) | Yuxin Wu | |
2022-11-15 | feat(fzf): support macOS ARM brew install dir (#10944) | Steven Conaway | |
2022-11-03 | feat(fzf): fix MacPorts auto-completion file location. (#11305) | Andrew Wu | |
2022-03-24 | feat(fzf): support `fzf` installed with MacPorts (#10794) | Suchandra Thapa | |
2022-03-05 | feat(fzf)!: default to using `fd` before `rg` (#10757) | Carlo Sala | |
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. | |||
2021-12-17 | feat(fzf): support fzf in Cygwin (#9463) | Sean Flanigan | |
Closes #9463 | |||
2021-12-17 | refactor(fzf): adopt code style and simplify function naming (#10514) | Logan Linn | |
2021-12-01 | chore: fix spelling errors across the project (#10459) | Josh Soref | |
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> | |||
2021-10-27 | feat(fzf): support getting fzf from nix-darwin (#10355) | Christophe Bliard | |
2021-04-23 | feat(fzf): look in XDG compliant location (#9858) | Ian G Canino | |
2021-03-15 | feat(fzf): add support for Termux package (#9718) | Dario Vladović | |
2020-11-09 | fix(fzf): consistently ignore .git directory in `FZF_DEFAULT_COMMAND` (#9421) | Elyézer Rezende | |
Be consistent and ignore contents of `.git` directory no matter how FZF_DEFAULT_COMMAND is set. | |||
2020-10-20 | fzf: add check for OpenSUSE and OpenBSD packages (#9327) | Marc Cornellà | |
2020-09-04 | fzf: setup FZF_DEFAULT_COMMAND based on installed tools (#8895) | Alessandro Martini | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-02-13 | fzf: support for NixOS and Void Linux (#8618) | Roey Darwish Dror | |
2019-12-19 | fzf: add support for FreeBSD (#8474) | pprugger | |
2019-11-28 | fzf: change debian completion file path (#8402) | Meng Bo | |
* 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> | |||
2019-10-16 | fzf: fix regression (#8269) | Jakub Łuczyński | |
Typo introduced in f56b678 fixing #8253 | |||
2019-10-15 | fzf: check for dpkg before checking for fzf in debian | Marc Cornellà | |
Fixes #8253 Co-authored-by: Mariusz B <mb@binary-offensive.com> | |||
2019-07-17 | Unset all local functions after running them | Ilya Gorski | |
2019-07-15 | fzf: Adding support for debian packages | Ilya Gorski | |
2018-09-08 | fzf: Fix shell directory for archlinux package (#7119) | Maxime Brunet | |
* 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 | |||
2018-09-04 | Add fzf plugin (#6910) | Maxime Brunet | |