projectile icon indicating copy to clipboard operation
projectile copied to clipboard

how to find files regardless of their ignore state

Open wbolster opened this issue 8 years ago • 3 comments

(projectile-find-file) works fine for many use cases, but sometimes i want to list all files inside the project directory, without applying any of the ignore logic (which filters the list). basically i want the list of files that i can choose from to be exactly what find $root from a shell would return, while still keeping the nice automatic project root selection that projectile offers (and the nice relative file paths).

is there a way i can achieve this?

wbolster avatar Apr 15 '16 12:04 wbolster

Right now the only way to do something like this would be to set projectile-git-command (for instance) to something like find . --print0, which would get the job done.

Generally we can either add a different command for returning all files or some config option for a file lookup command that would override the defaults.

bbatsov avatar Sep 29 '18 20:09 bbatsov

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding!

stale[bot] avatar May 08 '19 16:05 stale[bot]

(keep open)

wbolster avatar May 09 '19 05:05 wbolster