Modules@robinpath/notify

@robinpath/notify

0.1.1Public

Notify module for RobinPath.

@robinpath/notify

Notify module for RobinPath.

Category Functions Auth License

Why use this module?

The notify module lets you:

  • send
  • sendUrgent
  • sendSilent
  • beep
  • say

All functions are callable directly from RobinPath scripts with a simple, consistent API.

Installation

npm install @robinpath/notify

Quick Start

No credentials needed — start using it right away:

notify.sendUrgent

Available Functions

FunctionDescription
notify.sendsend
notify.sendUrgentsendUrgent
notify.sendSilentsendSilent
notify.beepbeep
notify.saysay
notify.alertalert
notify.confirmconfirm
notify.promptprompt
notify.clipboardclipboard
notify.getClipboardgetClipboard

Examples

sendUrgent

notify.sendUrgent

sendSilent

notify.sendSilent

beep

notify.beep

Integration with RobinPath

import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/notify";

const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);

const result = await rp.executeScript(`
  notify.sendUrgent
`);

Full API Reference

See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.

Related Modules

License

MIT

Versions (1)

VersionTagPublished
0.1.1latestyesterday
Install
$ robinpath install @robinpath/notify
Version0.1.1
LicenseMIT
Unpacked Size3.4 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday