-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Description
The output of ack -l or grep -l that lists as demonstrated below is parsed properly by fpp (the interactive selection works), but when you execute a command on it (for example open the editor) it doesn't pass the proper path.
In the case of the first file listed below, fpp passes the following to vim:
/home/user/www/system-images/android-22/default/x86_64
when the proper path is:
/home/user/**vendor/android/sdk/**system-images/android-22/default/x86_64/source.properties
- The CWD is /home/user/vendor/android/sdk/
- I have no idea where the www/ is coming from
ack xml -l | head 130 ↵
system-images/android-22/default/x86_64/source.properties
system-images/android-22/default/x86_64/NOTICE.txt
system-images/android-22/google_apis/x86_64/source.properties
system-images/android-22/google_apis/x86_64/NOTICE.txt
system-images/android-21/default/x86_64/source.properties
system-images/android-21/default/x86_64/NOTICE.txt
system-images/android-21/google_apis/x86/source.properties
system-images/android-21/google_apis/x86/NOTICE.txt
system-images/android-21/google_apis/x86_64/source.properties
system-images/android-21/google_apis/x86_64/NOTICE.txt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels