Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaredly/vscode-background-terminal-notifier
Get a notification when a long-running terminal process completes in the background.
https://github.com/jaredly/vscode-background-terminal-notifier
Last synced: 6 days ago
JSON representation
Get a notification when a long-running terminal process completes in the background.
- Host: GitHub
- URL: https://github.com/jaredly/vscode-background-terminal-notifier
- Owner: jaredly
- Created: 2019-10-05T04:34:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T10:03:08.000Z (about 1 month ago)
- Last Synced: 2024-11-02T03:50:18.387Z (13 days ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 34
- Watchers: 4
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Background Terminal Notifier
============================![icon](icon.png)
Ever start a long-running process, like a build or something, and then switch to another window, to, ummm read some documentation, and then forget about it for a long time?
This will trigger a notification if a process that you've left running in a vscode terminal completes.
If you don't want it to run in a certain workspace, you can disable the extension in that workspace.
If there's popular demand, I'd consider adding some configuration like "don't notify for commands matching this regex" or something.