Liking cljdoc? Tell your friends :D
Clojure only.

hive-emacs.notify

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.
raw docstring

notify!clj

(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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close