Skip to main content

Notify the user when a command completes.

Project description

tell

Tell the user (via desktop notification) when a command completes.

Requires the notify2 package (python3-notify2 on Ubuntu).

Example Usage

Quick alert for 5 minutes from now: tell sleep 300

Ping machines from a list and fail if one of them is offline.

tell 'while read machine;
do
  ping -c 1 $machine || exit 1
done < machines'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tsk-0.1.0-1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page