FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index latest AI news Claude code flags and tips
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Claude code flags and tips
Posted: Mon Mar 23, 2026 08:49 AM

C:\Users\_..._\.claude\settings.json

- Hook "Notification": Reproduce el sonido C:\Windows\Media\notify.wav usando PowerShell cada vez que se dispara una
notificación (por ejemplo, cuando termina una tarea larga).

{
  "hooks": {
    "Notification": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "powershell.exe -c \"(New-Object Media.SoundPlayer 'C:\\Windows\\Media\\notify.wav').PlaySync()\""
          }
        ]
      }
    ]
  }
}
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Claude code flags and tips
Posted: Mon Mar 23, 2026 11:49 AM

/remote-control

Remote Control lets you access this CLI session from the web (claude.ai/code) or the Claude app, so you can pick
up where you left off on any device.

You can disconnect remote access anytime by running /remote-control again.

https://happy.engineering/docs/quick-start/

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Claude code flags and tips
Posted: Wed Mar 25, 2026 03:13 PM

Tip: /mobile to use Claude Code from the Claude app on your phone

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion