TaskBell v0.1.0
The first public release of TaskBell.
Highlights
- Wrap any terminal command and get notified when it finishes.
- Preserve the wrapped command exit status.
- Optional minimum-duration threshold.
- Linux desktop notifications through notify-send.
- Terminal bell fallback.
- No daemon, account, telemetry, backend, or network service.
- Commands are executed directly without an extra sh -c layer.
Example
taskbell --min-duration 30 -- cargo build --releaseVerification
The release was validated with rustfmt, Clippy with -D warnings, unit tests, an optimized release build, exit-code propagation tests, and a real Linux desktop notification test.
TaskBell is fully open source under the MIT License.