Home

Awesome

Figma Alfred 3 workflow

Alfred workflow to quick link Figma teams, projects and files

TODO:

Installation

$ npm install --global alfred-figma

Requires Node.js 10+ and the Alfred Powerpack.

Configuration

There are a couple of requirements.

  1. You need a Figma account and be part of a team.
  2. Create a Personal Access Token so you can reach the API.
  3. Create a .env file with your access token in the directory of the installed workflow.
    • FIGMA_TOKEN=<personal-access-token>
    • Alternatively add an environment variable for FIGMA_TOKEN
  4. Add a team to your results with the figma add [teamurl] command.

Usage

alfred-figma

The workflow lists results of 3 items teams, projects and files.

Teams

Projects

Files

Credits

License

MIT © Jon Rohan