feat(crunch): voice-notified reminders and AI crunch jobs via systemd timers
crunch schedules transient systemd --user timers that fire talk (TTS) or AI agents (pi/opencode) → talk at specified times. Commands: crunch at <time> <message> One-shot crunch in <duration> <message> One-shot after delay crunch daily <time> <message> Recurring daily crunch weekly <day> <time> <message> Recurring weekly crunch ai <engine> <type> <time> <prompt> AI crunch crunch list List jobs crunch cancel <name> Cancel job crunch purge Clean fired jobs Supports German and English day names (Montag→Mon, etc).
This commit is contained in:
@@ -34,6 +34,7 @@ in {
|
||||
zellij-ps = pkgs.callPackage ./zellij-ps {};
|
||||
vibetyper = pkgs.callPackage ./vibetyper {};
|
||||
talk = pkgs.callPackage ./talk {};
|
||||
crunch = pkgs.callPackage ./crunch {};
|
||||
|
||||
# ── Pass-through packages ──────────────────────────────────────────
|
||||
# Imported directly from flake inputs. No local modifications.
|
||||
|
||||
Reference in New Issue
Block a user