Skip to content
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

"Latest Screenshot" proxy object #2749

Closed
lgarron opened this issue Apr 26, 2022 · 2 comments
Closed

"Latest Screenshot" proxy object #2749

lgarron opened this issue Apr 26, 2022 · 2 comments

Comments

@lgarron
Copy link
Contributor

lgarron commented Apr 26, 2022

I find myself constantly pulling up the latest screenshot. The sharing tool in the lower right-hand corner is limited, and after a few years I turned it off in favor of working with the image file directly. I'd love something like "Latest Download", but "Latest Screenshot" instead. The implementation details are actually fairly similar (and should maybe share code?), and I have a branch with partial work.

lgarron/Quicksilver@a1c47c2...latest-screenshot

Mostly filing this issue as context for a follow-up bug.

@lgarron
Copy link
Contributor Author

lgarron commented Apr 26, 2022

The implementation details are actually fairly similar (and should maybe share code?), and I have a branch with partial work.

Looks like there's at least one bug in the existing code that prevents a Safari downloads folder with spaces from working:

return [NSURL URLWithString:downloads];

lgarron added a commit to lgarron/Quicksilver that referenced this issue Apr 26, 2022
This is based on the "Latest Download" proxy object, which has an implementation that I've adapted and simplified.
pjrobertson added a commit that referenced this issue Apr 28, 2022
Add a "Latest Screenshot" proxy object. Implements #2749.
@pjrobertson
Copy link
Member

Fixed by #2752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants