Skip to content

Fix search by ripgrep not include hidden files #13

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thuanphamchezzi
Copy link

Overview

When searching for pattern using ripgrep, it will ignore the hidden files and directories while the search performed by python will explore all possible paths.

Changes

  • Added include_hidden as parameter
  • Added handler for Windows' hidden files and folders
  • Refractored python search to be able to exclude hidden files, while added --hidden flag to ripgrep to handle the hidden files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant