LinuxCommandLibrary

noti

triggers notifications when commands complete

TLDR

Notify when command completes

$ noti [long-running-command]
copy
Notify with custom title
$ noti -t "[Build]" [make]
copy
Notify with custom message
$ noti -m "[Done!]" [command]
copy
Use specific service
$ noti -slack [command]
copy
Pipe mode
$ [command] | noti
copy
Banner notification
$ noti -b [command]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community