mattstratton / alfred-workflows

This is a repo of workflows I have created for Alfred. They might be useful to you. They might not be.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alfred-workflows

This is a repo of workflows I have created for Alfred. They might be useful to you. They might not be.

Winword
Arrested DevOps Guest Image
DevOpsDays Speaker Image

winword

This is a silly Alfred 4.0 workflow that helps the transition from Windows to Mac; if you are used to typing "winword" to launch Word, this lets you do it in Alfred!

Dependencies

Requires Microsoft Word.

Installation

Download and import the winword.alfredworkflow workflow file

Usage

Open Alfred via hotkey and type "winword"

ado-guest-image

Alfred 4.0 workflow which uses a file filter to load an image, resizes it, and saves it for use as an Arrested DevOps guest image

Dependencies

Requires ImageMagick

Installation

  1. Download and import the ado-guest-image.alfredworkflow workflow file
  2. Set the CONVERT_PATH variable for the path to the imagemagick binary. For example, /usr/local/bin/convert
  3. Set the DEST_DIR variable for the path to the static folder for ADO guests. For example, /Users/me/ado-hugo/static/img/guests/
  4. Set the DOWNLOAD_PATH variable for the path for Alfred to look for images For example, ~/Downloads/

Usage

ado ${GUEST_NAME}

pshop mbluth

dod-speaker-image

Alfred 4.0 workflow which uses a file filter to load an image, resizes it, and saves it for use as a DevOpsDays speaker image

Dependencies

Requires ImageMagick

Installation

  1. Download and import the dod-speaker-image.alfredworkflow workflow file
  2. Set the CONVERT_PATH variable for the path to the imagemagick binary. For example, /usr/local/bin/convert
  3. Set the DEST_DIR variable for the path to your event's speakers folder. For example, Users/me/devopsdays-web/static/events/2020-ponyville/speakers
  4. Set the DOWNLOAD_PATH variable for the path for Alfred to look for images For example, ~/Downloads/

Usage

dod ${SPEAKER_NAME}

dod michael-bluth

About

This is a repo of workflows I have created for Alfred. They might be useful to you. They might not be.

License:MIT License