noti
triggers notifications when commands complete
TLDR
Notify when command completes
$ noti [long-running-command]
Notify with custom title$ noti -t "[Build]" [make]
Notify with custom message$ noti -m "[Done!]" [command]
Use specific service$ noti -slack [command]
Pipe mode$ [command] | noti
Banner notification$ noti -b [command]
SYNOPSIS
noti [options] [command]
DESCRIPTION
noti triggers notifications when commands complete. Supports multiple services.
The tool alerts on completion. Works with Slack, Pushover, and native notifications.
PARAMETERS
COMMAND
Command to monitor.-t TITLE
Notification title.-m MESSAGE
Notification message.-b
Banner notification.-slack
Notify via Slack.--help
Display help information.
CAVEATS
Requires notification service. Cross-platform. Configuration for external services.
HISTORY
noti was created to provide command completion notifications across multiple platforms and services.
SEE ALSO
notify-send(1), terminal-notifier(1)
