Desktop notifications via notify-send (freedesktop.org).
Provides OS-level notifications that appear in the system notification area, independent of Emacs. Used for hivemind alerts that require human attention.
Desktop notifications via notify-send (freedesktop.org). Provides OS-level notifications that appear in the system notification area, independent of Emacs. Used for hivemind alerts that require human attention.
(notify! {:keys [summary body type timeout app-name]
:or {type "info" timeout 5000 app-name "hive-mcp"}})Send a desktop notification via notify-send.
Options: :summary - Notification title (required) :body - Notification body text (optional) :type - Type: "info", "warning", "error" (default: "info") :timeout - Timeout in ms (default: 5000) :app-name - Application name (default: "hive-mcp")
Returns true on success, false on failure.
Send a desktop notification via notify-send. Options: :summary - Notification title (required) :body - Notification body text (optional) :type - Type: "info", "warning", "error" (default: "info") :timeout - Timeout in ms (default: 5000) :app-name - Application name (default: "hive-mcp") Returns true on success, false on failure.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |