Skip to content

lstroud/alfred-to-instapaper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##Alfred to Instapaper

Just a simple Alfred extension that allows you to pass URLs to Instapaper. Uses HTTP Basic Auth and cURL.


###Usage

Pretty simple really, just install the extension, then in the options for the extension, replace "username:password" with your Instapaper credentials.


###Command

It's basically just a glorified shell-script, I will save you time by pasting it here:

curl -s --user username:password --data-urlencode "url={query}" https://www.instapaper.com/api/add

About

An Alfred extension for sending URLs to Instapaper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published