diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28531ab --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.codex/ diff --git a/codex/notify_telegram/README.md b/codex/notify_telegram/readme.md similarity index 75% rename from codex/notify_telegram/README.md rename to codex/notify_telegram/readme.md index 49f2157..3bb5a48 100644 --- a/codex/notify_telegram/README.md +++ b/codex/notify_telegram/readme.md @@ -5,8 +5,8 @@ Send Codex completion summaries to Telegram with safe Markdown rendering and sta ## Install 1. Ensure `uv` is installed. -2. Copy the script to `/Users/name/.codex/notify_telegram.py`. -3. Create your Telegram creds file at `/Users/name/.codex/telegram.json`. +2. Copy the script to `~/.codex/notify_telegram.py`. +3. Create your [Telegram creds](https://t.me/botfather) file at `~/.codex/telegram.json`. Example: @@ -22,7 +22,7 @@ Example: Add a `notify` entry to `~/.codex/config.toml`: ```toml -notify = ["uv", "run", "/Users/name/.codex/notify_telegram.py"] +notify = ["uv", "run", "-q", "/home/user/.codex/notify_telegram.py"] ``` ## Notes diff --git a/readme.md b/readme.md index a7c615b..ebf98c0 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ # Scripts -- [Notify Telegram](codex/notify_telegram/README.md) — Send Codex completion summaries to Telegram with safe Markdown rendering. +## Codex + +- [Notify Telegram](codex/notify_telegram/readme.md) — Send Codex completion summaries to Telegram with safe Markdown rendering.