| Crates.io | claude-code-schedule |
| lib.rs | claude-code-schedule |
| version | 0.1.0 |
| created_at | 2025-07-10 01:27:10.209003+00 |
| updated_at | 2025-07-10 01:27:10.209003+00 |
| description | Claude Code Schedule by Ian Macalinao - Schedule Claude Code commands to run overnight to refresh rate limits |
| homepage | |
| repository | https://github.com/macalinao/claude-code-schedule |
| max_upload_size | |
| id | 1745714 |
| size | 64,219 |
Schedule Claude Code to run overnight so your rate limits refresh before work.
Run this tool before going to bed to ensure Claude Code gets used overnight. This refreshes your rate limits so you start each workday with a clean slate. Perfect for developers who want to maximize their Claude Code usage.
# Install from crates.io
cargo install claude-code-schedule
# Or clone and build locally
git clone https://github.com/macalinao/claude-code-schedule
cd claude-code-schedule
cargo install --path .
# Run at 6:00 AM (default) - perfect for overnight scheduling
ccschedule
# Run at a specific time
ccschedule --time 05:30
# Custom message for Claude
ccschedule --message "Start the day by reviewing code quality"
The tool will show a countdown and automatically run claude --dangerously-skip-permissions when the time arrives. Press Ctrl+C to cancel.
ccschedule in a terminalCreated by Ian Macalinao - ianm.com | @simplyianm
Apache 2.0 License