Skip to content

Instantly share code, notes, and snippets.

View JordanPatterson's full-sized avatar

JordanPatterson

View GitHub Profile
@JordanPatterson
JordanPatterson / EvernoteLinkURL.py
Created March 12, 2013 13:14
EvernoteLinkURL
import clipboard
import sys
import webbrowser
import console
import urllib
print('Parsing URL')
s = (sys.argv[1])
mytext = clipboard.get()
head, sep, tail = mytext.rpartition('/')