LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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
Watch a running process by PID
$ noti -w [PID]
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.
-s
Speech notification (text-to-speech).
-w PID
Watch a running process by PID and notify when it finishes.
--slack
Notify via Slack.
--pushover
Notify via Pushover.
--help
Display help information.

INSTALL

brew install noti
copy
nix profile install nixpkgs#noti
copy

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

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid