chore: lowercase readmes and ignore .codex
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
.codex/
|
||||||
@@ -5,8 +5,8 @@ Send Codex completion summaries to Telegram with safe Markdown rendering and sta
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
1. Ensure `uv` is installed.
|
1. Ensure `uv` is installed.
|
||||||
2. Copy the script to `/Users/name/.codex/notify_telegram.py`.
|
2. Copy the script to `~/.codex/notify_telegram.py`.
|
||||||
3. Create your Telegram creds file at `/Users/name/.codex/telegram.json`.
|
3. Create your [Telegram creds](https://t.me/botfather) file at `~/.codex/telegram.json`.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Example:
|
|||||||
Add a `notify` entry to `~/.codex/config.toml`:
|
Add a `notify` entry to `~/.codex/config.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
notify = ["uv", "run", "/Users/name/.codex/notify_telegram.py"]
|
notify = ["uv", "run", "-q", "/home/user/.codex/notify_telegram.py"]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
# Scripts
|
# 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user