Skip to content

Releases: BLCCoreStudio/TaskBell

Release list

TaskBell v0.1.0

Choose a tag to compare

@BLCCoreStudio BLCCoreStudio released this 28 Aug 16:21
816de8c

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 --release

Verification

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.