Skip to content

Diffs the the mutually exclusive bookmarks saved on these services

License

Notifications You must be signed in to change notification settings

leandrofavarin/pocket-instapaper-differ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

README

pocket-instapaper-differ compares the saved links you have on both services and outputs the ones that are mutually exclusive.

It is written in Kotlin for no reason other than to learn and use the language in a scripting context.

Setup

  1. Install Kotlin (if you haven't already)
$ curl -s "https://get.sdkman.io" | bash
$ sdk install kotlin

// alternatively with Homebrew
$ brew install kotlin
  1. Make the script executable
$ chmod +x pocket_instapaper_differ.main.kts
  1. Export saved articles both for Pocket and for Instapaper.

Usage

$ ./pocket_instapaper_differ.main.kts /path/to/ril_export.html /path/to/instapaper-export.html

About

Diffs the the mutually exclusive bookmarks saved on these services

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages