aboutsummaryrefslogtreecommitdiffstats
path: root/tinyurl-tabcomplete (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-17cleaned up formatting, referenced origin of url regex, and filled out script ↵Tom Feist1-4/+13
descriptor block a bit better
2010-09-16left a debugging print in. Commented it out now. Bah.Tom Feist1-1/+1
2010-09-16fixed bug that tried to complete non-uri strings, and also added a check to seeTom Feist1-2/+4
if its already been shortened to prevent recursive shortening.
2010-09-16modified it to use DaringFireball liberal uri match rather than re::common ↵Tom Feist1-3/+42
to handle more cases
2010-09-16added a script to tab-complete URIs into their tinified equivalentsTom Feist1-0/+29