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

Support for cli based automation! #128

Open
idvorkin opened this issue Sep 22, 2024 · 4 comments
Open

Support for cli based automation! #128

idvorkin opened this issue Sep 22, 2024 · 4 comments

Comments

@idvorkin
Copy link

This tool is fantastic! Works perfectly out of the box. Would be great if we could automate this via the command line, then we can control via any tool we'd like (for me alfred)! Happy to share automations out with folks!

I don't know how other tools do the bridge from cli to service, but if someone setup the server, I could probably put a client together.

@idvorkin
Copy link
Author

idvorkin commented Sep 22, 2024

@lihaoyun6
Copy link
Owner

I added AppleScript support to QuickRecorder v1.4.8. You can use the built-in "Script Editor" app of macOS to view the syntax dictionary of QuickRecorder to learn how to use it.

Please note: If you call QuickRecorder when it is not running, please use the activate keyword to activate it first, otherwise it will not work properly.

Example:

tell application "QuickRecorder"
	activate
	record window titled "Google" in application "Safari"
end tell

@idvorkin
Copy link
Author

Wow, that was super fast. I'll give it a try thank you.

@idvorkin
Copy link
Author

idvorkin commented Sep 24, 2024

Hymn, when I try to open the app on a new computer, now it's saying it's not signed, does something need to be signed again? (I tried both with brew and direct download )

I can see if my other computer updates when I have access in a few days.

@idvorkin idvorkin reopened this Sep 24, 2024
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