https://github.com/garywill/wineprc
The missing simple wine (winehq.org) processes managing (killing) tool 🍷🛠️
https://github.com/garywill/wineprc
linux process unix wine wine-processes winehq zombie-processes
Last synced: 18 days ago
JSON representation
The missing simple wine (winehq.org) processes managing (killing) tool 🍷🛠️
- Host: GitHub
- URL: https://github.com/garywill/wineprc
- Owner: garywill
- Created: 2021-04-25T08:17:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T08:27:28.000Z (about 4 years ago)
- Last Synced: 2025-03-28T17:57:35.157Z (about 1 month ago)
- Topics: linux, process, unix, wine, wine-processes, winehq, zombie-processes
- Language: Shell
- Homepage: https://garywill.github.io
- Size: 4.88 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wineprc
Manage wine (winehq.org) processes. Bash script.
Why we need this: wine itself doesn't provide a effecient way to manage their processes. Even `wineserver -k` sometimes doesn't work.
## Features
- List wine processes
- WINEPREFIX
- PID (Unix)
- The process status, zombie or not
- Command
- Full command
- Window(s) Title(s) (some windows or processes can't get, due to some X11 mechanism)
- Kill wine processes
- Choose SIGINT or SIGKILL
- Choose a WINEPREFIX to kill, or kill all## Usage
```
Usage:-h, --help Show this help
-l, --list List all running wine processes
-k Kill a running WINEPREFIX.
Use 'all' to kill all WINEPREFIX
-kk Same as '-k' but kill with SIGKILL
```