Skip to content

An Automator Service that lets you create Slim.cat links easily

Notifications You must be signed in to change notification settings

slim-cat/automator-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Automator workflow

Adds a Create Slim.cat Link service to OS X with the default keyboard shortcut of Cmd+Shift+2.

It will create a link with a one hour expiry, and will show a notification with the resulting link.

Usage

  • Select text or link
  • Cmd+Shift+2 or right click -> Services -> Create Slim.cat Link
  • Wait for notification to pop up in the top right
  • Share link

Installation

mkdir -p ~/Library/Services
git clone https://github.com/slim-cat/automator-service ~/Library/Services/Slim.cat.workflow
# Reload Services
/System/Library/CoreServices/pbs -update

# One liner
mkdir -p ~/Library/Services && git clone https://github.com/slim-cat/automator-service ~/Library/Services/Slim.cat.workflow && /System/Library/CoreServices/pbs -update

About

An Automator Service that lets you create Slim.cat links easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published