summaryrefslogtreecommitdiff
path: root/plugins/fzf/README.md
AgeCommit message (Collapse)Author
2023-01-27fix(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-22feat(fzf): add `skip-dpkg` flag to avoid some regressionsCarlo Sala
See https://github.com/ohmyzsh/ohmyzsh/pull/11122#issuecomment-1399607430
2022-03-05feat(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-01chore: fix spelling errors across the project (#10459)Josh Soref
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-20fzf: add check for OpenSUSE and OpenBSD packages (#9327)Marc Cornellà
2020-09-04fzf: setup FZF_DEFAULT_COMMAND based on installed tools (#8895)Alessandro Martini
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2018-09-04Add fzf plugin (#6910)Maxime Brunet