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