>300 line bash script to hand hold a person who I would assume is capable of using the computer they are downloading a program in source form. 'git clone' followed by 'make install' or go home.
Warcraft III Peon Voice Notifications for Claude Code
231–240 of 311 posts
Re: Warcraft III Peon Voice Notifications for Claude Code
#232This is cool. I was tempted to try it until I saw the curl | bash pipe, then no. This workflow is getting really old. I guess that I also don't want to pollute old good memories by associating them with work/Claude
> I was tempted to try it until I saw the curl | bash pipe, then no I don't quite get that argument. It's the same as the old download installer from random website, double click to run that people have been doing for decades. It only skips the download step. And it's arguably better since at least you can review the contents. When building a Go program it will also happily download stuff from github but I've seen wa…
Re: Warcraft III Peon Voice Notifications for Claude Code
#233This is cool. I was tempted to try it until I saw the curl | bash pipe, then no. This workflow is getting really old. I guess that I also don't want to pollute old good memories by associating them with work/Claude
I also had this thought. So I cloned the repo and got Claude to review it. Then I installed it from the clone.
Re: Warcraft III Peon Voice Notifications for Claude Code
#234Re: Warcraft III Peon Voice Notifications for Claude Code
#235Earlier quoted context omitted.
For those like me who are not into Star Trek lore deep enough to recognize the name, she voiced the Star Trek computer in basically all the series .
Thanks. I wasn’t sure what she voiced. I thought “computers sounding like they always should have” might mean GladOS from portal.
Re: Warcraft III Peon Voice Notifications for Claude Code
#236Once the novelty wore off, I found it more useful to hear per-project, event-specific messages. On macOS, that looks like this:
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "osascript -e 'say \"ProjectX work complete\" volume 0.25' > /dev/null 2>&1 &"
}
]
}
],
"Notification": [
{
"matcher": "permission_prompt",
"hooks": [
{
"type": "command",
"command": "osascript -e 'say \"ProjectX needs help\" volume 0.5' > /dev/null 2>&1 &"
}
]
}
]
}Re: Warcraft III Peon Voice Notifications for Claude Code
#237Re: Warcraft III Peon Voice Notifications for Claude Code
#238Re: Warcraft III Peon Voice Notifications for Claude Code
#239Re: Warcraft III Peon Voice Notifications for Claude Code
#240I used the Tesla autopilot sound along with iterms notification feature which helps get to the waiting terminal if it's buried: https://github.com/gpurkins/waiting-for-claudot