Skip to content

Instantly share code, notes, and snippets.

@narbs
Created May 2, 2012 14:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save narbs/2576831 to your computer and use it in GitHub Desktop.
Save narbs/2576831 to your computer and use it in GitHub Desktop.
This vim script converts an Instapaper csv file to a list of chrome bookmark links as html. Paste these into an empty chrome bookmark template and use this to import your links from Instapaper into Pinboard
%s/URL,Title,Selection,Folder\n//
%s/",[^,]*,[^,]*$/"/
%s/\(.*\),"\(.*\)"$/<DT><A HREF="\1">\2<\/A>/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment