Telert

Use this skill when the user wants to get notifications when long-running commands complete using telert.

javimosch 8d24c67 862 B Updated

File contents

telert Plugin

Alert on command completion — get notified when terminal commands finish execution.

Commands

  • telert alert run <args> -- Alert on command completion

Usage Examples

Run command with notification:

telert alert run "make build"

Run with custom message:

telert alert run --message "Build complete!" "make build"

Run with sound notification:

telert alert run --sound "make build"

Run with desktop notification:

telert alert run --desktop "make build"

Installation

pip install telert

Key Features

  • Desktop notifications
  • Sound alerts
  • Custom notification messages
  • Works with any terminal command
  • Supports multiple notification methods

javimosch/supercli/tree/main/plugins/telert/skills/quickstart commit 8d24c676b3

Frequently asked questions

npx skillmds@latest add javimosch/telert