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:
- Copy the shortcode to your clipboard. In this case it’s
bc
. - Wait a second while Bacon Ipsum is retrieved from the Bacon Ipsum API.
- Paste your clipboard contents.
- 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!