8000 Automator Not Working · Issue #25 · tomcontileslie/ThatChord · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Automator Not Working #25

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

Open
everythingability opened this issue Feb 21, 2025 · 1 comment
Open

Automator Not Working #25

everythingability opened this issue Feb 21, 2025 · 1 comment

Comments

@everythingability
Copy link
Image

Hi,

I appreciate this is probably a dead project but it is VERY COOL and when I tried the Automator bit, it failed.

macOS Sonoma 14.5 (23F79)

@everythingability
Copy link
Author
everythingability commented Feb 21, 2025

Automator is crap... Here's an AppleScript (edit with Script Editor.app) script that kinda does what I want.

on run {}
		
	set theResponse to display dialog "Which chord?" default answer "" with icon note buttons {"Cancel", "Continue"} default button "Continue"
	--> {button returned:"Continue", text returned:"G7"}
	set theChord to text returned of theResponse as text
	log (theChord)
	
	set theCommand to "/Users/tas509/ThatChord/env/bin/python3.12 /Users/tas509/ThatChord/thatchord.py " & theChord
	
	do shell script theCommand
	
end run

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

1 participant
0