Command Completion Alerts – Stay Notified, Stay Productive!
Project description
TerminalAlert
Command Completion Alerts – Stay Notified, Stay Productive!
Table of Contents
Introduction
TerminalAlert is a command-line application that keeps you informed about the completion of your terminal commands.
Once a command completes, TerminalAlert sends a desktop notification indicating whether it succeeded or failed.
Perfect for multitaskers, this tool helps you stay productive without having to monitor the terminal constantly.
Features
Command Completion Alerts: Receive desktop notifications when your terminal commands finish executing.
- Detailed Command Summary: After execution, the terminal displays:
Output: Standard output (if any).
Error: Standard error (if any).
Execution time: The time taken in seconds.
Success & Failure Indicators: Notifications clearly indicate whether the command succeeded or encountered errors.
Cross-Platform Support: Works on Windows, macOS, and Linux.
Installation
From PyPI (Using PIP)
pip install TerminalAlert
Usage
TerminalAlert is easy to use. Simply pass the command you want to execute as an argument, and you’ll receive a desktop notification upon its completion.
TerminalAlert does not save any of your commands.
usage: terminalalert [-h] [-u] command Command Completion Alerts – Stay Notified, Stay Productive! positional arguments: command The command to run. options: -h, --help show this help message and exit -u, --update Check if a new version is available.
Examples
Hello World
terminalalert "echo 'Hello World!'"
Clone a repo
terminalalert "git clone https://github.com/Jemeni11/TerminalAlert.git"
Check for an update
terminalalert -u
Roadmap
[✓] Initial MVP with desktop notifications
[ ] Fix Windows specific issues
See the open issues for a full list of proposed features (and known issues).
Why did I build this?
I was cloning a big git repo while coding. I didn’t want to monitor it 24/7, so I minimized the terminal and continued coding. To my surprise, when I checked after 10 minutes, the process had failed. My network connection was unreliable that day (let’s not name the ISP). I retried multiple times, and it failed multiple times. This experience inspired me to create a tool that could notify me when a terminal command completes.
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!
Fork the Project
Create your Feature Branch (git checkout -b feature/AmazingFeature)
Commit your Changes (git commit -m 'Add some AmazingFeature')
Push to the Branch (git push origin feature/AmazingFeature)
Open a Pull Request
Wait a minute, who are you?
TerminalAlert was built by Emmanuel Jemeni, a Frontend Developer with a passion for Python.
You can find me on various platforms:
If you’d like, you can support me on GitHub Sponsors or Buy Me A Coffee.
License
Changelog
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file terminalalert-1.1.0.tar.gz.
File metadata
- Download URL: terminalalert-1.1.0.tar.gz
- Upload date:
- Size: 392.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37d6d3fdbeabdddf75bffc7c406da8eb947dfc27b23e706a186a1195a5d3845e
|
|
| MD5 |
f03e1d5234d463ea471a7de6e1d01be5
|
|
| BLAKE2b-256 |
5b98643a5bef484e838daed2cdbd51a5e2abd9663b0447b6179f76709467d583
|
File details
Details for the file TerminalAlert-1.1.0-py3-none-any.whl.
File metadata
- Download URL: TerminalAlert-1.1.0-py3-none-any.whl
- Upload date:
- Size: 387.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b48f0d245a8f8d7bbcfa956f54c855d87457f18cce1ce12a18fa08df24ac111
|
|
| MD5 |
1447770e7e4cb283a1f786926feb2324
|
|
| BLAKE2b-256 |
b4980a6deda7ab67c46da5d4fad7fe0593e1ccfa9519d6ace8e7ff9f11fcd20b
|