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

AppleScript support #44

Closed
sindresorhus opened this issue Feb 19, 2020 · 2 comments
Closed

AppleScript support #44

sindresorhus opened this issue Feb 19, 2020 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sindresorhus
Copy link
Owner

Could be useful to programmatically control Plash. For example, download some image off the internet, wrap it in some HTML and load it. We could support loading a URL, local file, or a HTML string.

This is not something I plan to work on, but PR welcome if anyone needs this. Start a discussion here about scope and what actions and info should be supported before doing any code though.

If you decide to work on this, you're expected to also write docs, both API docs and a user guide.

@sindresorhus sindresorhus added enhancement New feature or request help wanted Extra attention is needed labels Feb 19, 2020
@imaverage
Copy link

For example, download some image off the internet, wrap it in some HTML and load it.

could just use an auxiliary script that does this, and hack a plash refresh api by just killing the process and restarting it. that's what i currently do.

@sindresorhus
Copy link
Owner Author

I have decided to pass on this in favor of #45. AppleScript is just too archaic and annoying to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants