Notification after a long running command finishes #6372
Labels
Area-Extensibility
A feature that would ideally be fulfilled by us having an extension model.
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Product-Terminal
The new Windows Terminal.
Milestone
Description of the new feature/enhancement
It would be awesome to add an option for a notification bubble or sound after a long running command. Long running command can be configurable but a sane default could be 10 seconds.
The scenario for this would to switch users from a pull to push model. Without notifications, a user would have to constantly "pull" their terminal to see if their command is done. Switching to push removes the cognitive overhead of having to constantly pull and instead be pushed only once the command is done running.
Current workarounds
long_command; notification.py
Extra asks
Beyond allowing for notifications, it would also be helpful if users were provided a hook. Here are some scenarios the hook can cover:
Other Terminal support
Proposed technical implementation details (optional)
The text was updated successfully, but these errors were encountered: