OS | Version | Link |
---|---|---|
macOS | 0.0.3 | download |
linux (soon) | - | - |
windows (soon) | - | - |
- Support global keys (play, preview, next)
- Desktop notifications
- Menu bar controls
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/jet8a/YM
# Go into the repository
cd YM
# Install dependencies
npm i
# Run the app to development
npm start
# Build the app for macOS
npm run build:mac
- Fork the repo
- Create a branch in your repo with a descriptive name
- Code your fix
- Create a pull request
- Await response from the maintainers!
MIT