mirror of
https://github.com/SeriousBug/dotfiles
synced 2026-05-01 05:05:18 -05:00
discord-send is a Bun script that posts to a Discord webhook (URL read from ~/.config/discord-send/webhook), with optional --attach for files. The personal CLAUDE.md tells Claude Code to use it for notifications and image sharing. Both deploy via Dotter. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
11 lines
386 B
Markdown
11 lines
386 B
Markdown
# Personal Claude Code Instructions
|
|
|
|
## Notifying me / sharing images via Discord
|
|
|
|
The `discord-send` CLI is on my PATH. Use it whenever I ask you to notify me when something is done, or to show me an image or video — send it to my Discord and I'll see it there.
|
|
|
|
```sh
|
|
discord-send 'Build finished successfully'
|
|
discord-send --attach ./screenshot.png 'Here is the rendered page'
|
|
```
|