https://github.com/ahme-dev/winela
Commandline launcher for executables through winehq.
https://github.com/ahme-dev/winela
commandline-tool go launcher winehq
Last synced: 4 months ago
JSON representation
Commandline launcher for executables through winehq.
- Host: GitHub
- URL: https://github.com/ahme-dev/winela
- Owner: ahme-dev
- License: bsd-3-clause
- Created: 2021-07-23T18:23:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T10:40:23.000Z (over 4 years ago)
- Last Synced: 2025-03-13T19:13:53.646Z (about 1 year ago)
- Topics: commandline-tool, go, launcher, winehq
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/ahmadkabdullah/winela)
[](https://github.com/ahmadkabdullah/winela/releases)
[](https://github.com/ahmadkabdullah/winela/blob/main/LICENSE)
Winela is a commandline launcher for executables through winehq. It is meant to help with finding and executing exe files without installing bloated programs that typically limit you to installing from things.
## Usage
Winela operates on two files stored in specific dir in the config dir (usually **~/.config/winela/**):
- **wineladb**: storing list of exes to launch
- **winelarc**: containing configuration for specifying wine version and parameters.
You can *scan* to populate **wineladb** with exe files in a directory (on first run, this also creates the other file).
You can *list* the exe files acquired from the scan. This reads out a numerated version of **wineladb**.
You can *run* an item from the (numerated) list. Also can choose to fork the process or not.