You write a prompt in a markdown file. Murmur feeds it to Claude on an interval. Super simple automation.

2 stars 0 forks 2 watchers TypeScript MIT License
1 Open Issue Need Help Last updated: Feb 5, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The `murmur` application exhibits inverted exit codes compared to standard Unix conventions. Running `murmur` with no arguments displays help and exits with a success code (0), while explicitly requesting help with `--help` also displays help but exits with a failure code (1). The expected behavior is for `--help` to exit with 0 (as the user's request was fulfilled) and for no-args to potentially exit with 1 if it's considered an incomplete command, or 0 if displaying help is the intended successful default.

Complexity: 1/5
enhancement good first issue triaged

You write a prompt in a markdown file. Murmur feeds it to Claude on an interval. Super simple automation.

TypeScript