Bark Notify
Overview
Send a Bark push notification after each Codex task. Use the helper script to resolve the project name and post to the Bark API.
User Preparation
1) Configure environment variables
You can add the following lines to ~/.bashrc (Linux) or ~/.zshrc (macOS) to set environment variables:
export CODEX_MACHINE_NAME="Machine-name" # e.g., Macbook
export CODEX_BARK_KEY="" # https://api.day.app/<CODEX_BARK_KEY>/
export CODEX_BARK_BASE_URL="https://api.day.app"
[Description truncada. Veja o README completo no GitHub.]