mirror of
https://github.com/imjasonh/cnotes
synced 2026-07-08 17:16:00 +00:00
- Replaced go-toast with terminal-notifier for better reliability - Visual notifications now require: brew install terminal-notifier - Speech notifications continue to work with built-in say command - Cleaner implementation with no deprecation warnings 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
196 B
Modula-2
10 lines
196 B
Modula-2
module github.com/imjasonh/hooks
|
|
|
|
go 1.24.4
|
|
|
|
require github.com/spf13/cobra v1.9.1
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
)
|