chore: lowercase readmes and ignore .codex

This commit is contained in:
banteg
2025-12-28 18:55:42 +04:00
parent 3cbf00fe18
commit b65a431b93
3 changed files with 7 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
.codex/
@@ -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
+3 -1
View File
@@ -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.