From b65a431b938a4d3ed3cf5381036f2edcd49b0a3b Mon Sep 17 00:00:00 2001 From: banteg <4562643+banteg@users.noreply.github.com> Date: Sun, 28 Dec 2025 18:55:42 +0400 Subject: [PATCH] chore: lowercase readmes and ignore .codex --- .gitignore | 1 + codex/notify_telegram/{README.md => readme.md} | 6 +++--- readme.md | 4 +++- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .gitignore rename codex/notify_telegram/{README.md => readme.md} (75%) 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.