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
fpp picks up on the path a/tests/test_signature_parsing.py, but that path has a prefix a/ that is not desired (i.e. tests/test_signature_parsing.py would be prefered).
I wonder: what is the best way for me (as a user) to handle this use-case? I.e. I would like to perform some processing of the selected path(s), e.g. using sed, before passing the paths to a command or opening with an editor.
The text was updated successfully, but these errors were encountered:
In git diffs, there are sometimes lines that look like this:
fpp
picks up on the patha/tests/test_signature_parsing.py
, but that path has a prefixa/
that is not desired (i.e.tests/test_signature_parsing.py
would be prefered).I wonder: what is the best way for me (as a user) to handle this use-case? I.e. I would like to perform some processing of the selected path(s), e.g. using
sed
, before passing the paths to a command or opening with an editor.The text was updated successfully, but these errors were encountered: