https://github.com/bottlesdevs/winebridge
A .Net bridge to run commands in Wine
https://github.com/bottlesdevs/winebridge
bottles wine
Last synced: 3 months ago
JSON representation
A .Net bridge to run commands in Wine
- Host: GitHub
- URL: https://github.com/bottlesdevs/winebridge
- Owner: bottlesdevs
- License: gpl-3.0
- Created: 2022-01-23T21:12:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T11:56:43.000Z (over 2 years ago)
- Last Synced: 2025-04-12T10:45:37.824Z (9 months ago)
- Topics: bottles, wine
- Language: C#
- Homepage:
- Size: 39.1 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌉 winebridge
A .Net bridge to run commands in Wine
> Here because of Bottles Next? Yeah, Next' source is not available yet.
# ❓Why
_winebridge_ offers a set of commands that you, as user, usually run trough [_winedbg_](https://wiki.winehq.org/Winedbg). winedbg is a heavy tool that requires much time to execute simple tasks because it's born as debugger, not as "runtime utility". winebridge is executed directly in the Wine prefix and, calling Windows' APIs, simply returns the resuls of the command as console output.