You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
A lot of tools (test suites, linters etc.) will output file paths like /components/index.js where / is the root of the project, not the root of the filesystem. They are formatted like absolute paths when they really aren't.
Pasting these kinds of paths into the atom fuzzy-finder returns no results. It's annoying having to remove the first / every time.
I get that ignoring the first / might not be desirable behaviour for everyone, so at least having an option for it would be nice?
Motivation
To allow paths to be quickly pasted in and matched in the format used by many test suite output formatters, CLI tools, static analysis tools, bug catchers etc.
Describe alternatives you've considered
Removing the slash manually every time, or copying the path very carefully to exclude the first slash.
Additional context
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
A lot of tools (test suites, linters etc.) will output file paths like
/components/index.js
where/
is the root of the project, not the root of the filesystem. They are formatted like absolute paths when they really aren't.Pasting these kinds of paths into the atom fuzzy-finder returns no results. It's annoying having to remove the first
/
every time.I get that ignoring the first
/
might not be desirable behaviour for everyone, so at least having an option for it would be nice?Motivation
To allow paths to be quickly pasted in and matched in the format used by many test suite output formatters, CLI tools, static analysis tools, bug catchers etc.
Describe alternatives you've considered
Removing the slash manually every time, or copying the path very carefully to exclude the first slash.
Additional context
The text was updated successfully, but these errors were encountered: