Announcing Clip Trigger

February 19, 2018

For the past while I’ve been working on an application that triggers actions based on your clipboard content.


For example, let’s say you’re developing a website and need some Bacon Ipsum. From your text editor you would:

  1. Copy the shortcode to your clipboard. In this case it’s bc.
  2. Wait a second while Bacon Ipsum is retrieved from the Bacon Ipsum API.
  3. Paste your clipboard contents.
  4. See Bacon Ipsum!

If you’d like to give it a try (currently it’s only for Mac and is “alpha”), download it from here.

The main repo is at:
https://github.com/seanlerner/clip-trigger

Enjoy!