Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove ignore options from rg and fd search #1043

Merged
merged 2 commits into from
May 16, 2024

Commits on May 16, 2024

  1. Remove ignore options from rg and fd

    When `yazi`'s `hidden` option is true, it passes `--no-ignore` to
    `fd` and `rg`. However, ignore files have no actual relation to
    hidden files. They often contain entries like `node_modules` or
    `vendor` that users want to ignore in all situations.
    chriszarate committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3f7ec86 View commit details
    Browse the repository at this point in the history
  2. Use arg

    sxyazi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    441410c View commit details
    Browse the repository at this point in the history