/wineman

Wineman is a utility for quick access and management of wine prefixes

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

wineman

Wineman is a utility for quick access and management of wine prefixes

Warning

Basic functionality is still under development

Todo

  • Handle cd into prefixes root folder
  • Silent create a prefix when creating a new json entry
  • Creating a new data.json file if it does not exist
  • Interaction with environment variables
  • Config file support
  • Using a dedicated directory for a data file

Compile

  1. Clone and get into repository
git clone https://github.com/unxsh/wineman.git && cd wineman
  1. Create build folder and get into it
mkdir build && cd build
  1. Copy the data file to build directory
cp ../data.json .
  1. Compile the app
cmake .. && make
  1. Run the app
./wineman

Install

sudo cp wineman /usr/local/bin