Wineman is a utility for quick access and management of wine prefixes
Basic functionality is still under development
- 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
- Clone and get into repository
git clone https://github.com/unxsh/wineman.git && cd wineman
- Create build folder and get into it
mkdir build && cd build
- Copy the data file to build directory
cp ../data.json .
- Compile the app
cmake .. && make
- Run the app
./wineman
sudo cp wineman /usr/local/bin