Skip to content

ytakahashi/raindrop-alfred-workflow

Repository files navigation

Raindrop Alfred Workflow

Actions Status GitHub release License

Alfred workflow to see bookmarks stored on Raindrop.io.

This workflow utilizes Raindrop.io API.

How to use

Import workflow

Download the latest .alfredworkflow file from release page and import it (ref. Importing and Setting Up Alfred Workflows).

You can see two configurable variables (accessToken and target) as below:

import image

To use this workflow, accessToken is required to access Raindrop.io API.

You can obtain your access token to follow this document. I recommend to use test token because this workflow does not access any data except your account.

target is an optional variable (see below).

Set up workflow

This workflow contains hotkey, but hotkeys are stripped out when you import the workflow.
You can set by double-clicking the hotkey object (upper left object).

hotkey

Trigger the hotkey you set or type r into Alfred to invoke this workflow.

workflow image

Raindrops calls Get raindrops API. Returns max 50 items in descending order of created date.

Collections calls Get root collections API.

Tags calls Get tags API.

Configure list target

By configuring target variable, you can skip selecting Raindrops/Collections/Tags.
Note that target should be one of raindrops/collections/tags.