Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonxlf/exe-runner
Run .exe files directly from Visual Studio Code
https://github.com/brandonxlf/exe-runner
exe visual-studio-code visual-studio-code-extension vscode-extension
Last synced: about 9 hours ago
JSON representation
Run .exe files directly from Visual Studio Code
- Host: GitHub
- URL: https://github.com/brandonxlf/exe-runner
- Owner: BrandonXLF
- License: mit
- Created: 2020-10-20T04:38:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T02:06:07.000Z (11 months ago)
- Last Synced: 2024-04-28T02:01:31.580Z (9 months ago)
- Topics: exe, visual-studio-code, visual-studio-code-extension, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=brandonfowler.exe-runner
- Size: 250 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# exe Runner
Easily run `.exe` files in the Visual Studio Code terminal. Uses a compatibility layer, such as `wine`, on non-Windows platforms.
## Features
* Run the current `.exe` file by clicking the button right of the tab bar
* Run any `.exe` files from their file, editor tab, and editor context menus
* Run the current `.exe` with the command `Run Executable`
* On non-Windows platforms, invoke a compatibility layer, such as `wine`, to run `.exe` files
* Options to clear previous output and to run `.exe` files from their directory## Example
![example](media/example.gif)