-
Notifications
You must be signed in to change notification settings - Fork 321
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
Get path of files/locations from app windows #469
Comments
I'm confused as to what information you're trying to get. Can you give an example of what you're trying to get? Like maybe a screenshot of a folder, the name of it, and what you'd like to see xdotool extract for you. |
usually we open applications to display some sort of content, like when you open a simple txt file you'll see the file content of that txt file, rendered in a window. I would need a option to extract file paths from open windows, as paths are more robust than window titles. |
If I'm understanding you right, you want to know, like, what files that Nautilus is showing, or what file is open in a text editor? If that's the case, xdotool isn't built for that. You might have some luck with |
Thanks for your infos. Alright, so we can close this issue. |
I checked:
I'm still at the starting point and cannot figure out how to extract file or folder paths from Nemo/Nautilus windows. (Ubuntu flavors, file navigation)
Parsing window names isn't the max and pretty fragile, even if you get a lot of info. Paths are much more robust and unique.
Maybe I did oversee something but I guess the feature I'm looking for doesn't exist in xdotool.
If so, would it be possible to implement this feature ?
The text was updated successfully, but these errors were encountered: