# Suno Alfred Plugins

A collection of simple Alfred workflow plugins.

## One-Time Setup

```bash
git clone https://github.com/suno-ai/suno-alfred.git
cd suno-alfred
./setup
```

Then you have to open up the workflow in the Alfred Preferences and configure the env variables

That's it! The setup script will:
- Install Python dependencies with `uv sync`
- Symlink the workflow to Alfred

## Available Keywords

- **`hook`**: Some hook utils

## Updates

To update the workflow, just
```bash
git pull
```

All symlinked Alfred workflows will automatically use the updated files.
