20 comments (20 comments)10 reactions (10 reactions)0 assignees (0 assignees)TypeScript3,558 forks (3,558 forks)batch import
good first issuehelp wanted🛠 Type: Feature Request
Repository metrics
- Stars
- 44,582 stars (44,582 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Related to #623. Would it be possible to have a prompt before quitting the app when a process is running? It could help to prevent quitting the app with an ongoing process that we won't be able to kill without manually killing the PID.
Contributor guide
- Research direction
- Investigate how Hyper detects running processes (likely via xterm addon attach or process tracking) and add a confirmation dialog before quitting the app using Electron's dialog module.
- Tech stack
- typescript
- Domain
- desktopfrontendbackend
- Issue type
- Feature
- Prerequisites
- GitElectronNode.js