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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file tsk-0.1.0-1-py3-none-any.whl
.
File metadata
- Download URL: tsk-0.1.0-1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 120fcabdb4813976f73f6f1ce852b25dbd15596a54fce0076f1d33104a62584b |
|
MD5 | 1949111a6b6b9c95001dec1aea645dac |
|
BLAKE2b-256 | 014d9c93e980ae14eab865ad904a1f4fa4d7e3dd014c942ecff6f4e8783c3660 |