whendone-plus

Monitor terminal commands and send desktop notifications upon completion.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/aarushlohit/TheRocketProject --skill whendone-plus-aarushlohit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whendone-plus
Source: https://github.com/aarushlohit/TheRocketProject/tree/main/rocket/external/shokunin/.pack/skills/whendone-plus
Command: npx skills add https://github.com/aarushlohit/TheRocketProject --skill whendone-plus-aarushlohit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the issue of users waiting for long-running terminal commands to finish by automatically notifying them when the commands complete.

Core Features & Use Cases

  • Command Monitoring: Monitors the execution time of terminal commands.
  • Notification on Completion: Sends a desktop notification when the command finishes if it runs longer than the threshold.
  • Customizable Threshold: Allows users to set the threshold for command execution time.
  • Platform Compatibility: Supports Windows, macOS, and Linux platforms.

Quick Start

Set up the whendone-plus skill to notify you when your commands finish. Use the command: whendone-plus --setup

Frequently Asked Questions about whendone-plus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get desktop notifications when terminal commands finish?

You can get desktop notifications for terminal commands by setting up an execution monitoring system that tracks command duration and triggers a notification upon completion. This skill automates that process across Windows, macOS, and Linux.

Can I set a threshold so I only get notified for long-running commands?

Yes, you can set a customizable threshold for command execution time. The monitoring system only sends a desktop notification if the command runs longer than your specified duration limit.

Does this command monitoring tool work on Windows, macOS, and Linux?

Yes, the command monitoring and notification system is fully compatible with Windows, macOS, and Linux platforms, allowing you to receive desktop notifications regardless of your operating system.

What is the best way to automatically monitor terminal execution time?

The best way to monitor terminal execution time is using an automated tracking script that integrates with your system's notification framework. This allows unattended tracking and alerts you when processes end.

How do I set up command completion alerts in my terminal?

You can set up command completion alerts by running the setup command in your terminal. This initializes the execution monitoring script and configures the desktop notification system integration.