Commit Graph

5 Commits

Author SHA1 Message Date
$ea 40a9d9cb91 plugins/urltools: add suport for python 3 (#5039)
Python 3!!!!
2016-08-14 17:43:23 -07:00
dongweiming c164f2aab6 Add shell built method 2013-07-02 00:22:25 +08:00
Brian Hartvigsen 80f151e56d urltools for Everyone
#1445 is great, if you use node.  For those that don't this should mean we can find a reasonable fallback.
Users can force urltools to use a specific system by setting `URLTOOLS_METHOD` to one of:
* `node`
* `python`
* `ruby`
* `php`
* `perl`

Note that you can't (currently) choose which `perl` sublibrary to use, it will use either `URI::Encode`, `URI::Escape`, or regular expressions in that order of preference.
2012-12-02 23:06:11 -07:00
Gustavo 3b6fae14fb Node.js version of urltools es more fast (53% aprox), you can try this with strace -o trace -c -Ttt 2012-11-28 20:33:45 -03:00
Ian Chesal a97e117281 URL Tools Plugin
* Added urlencode -- alias to encode URLs from the command line using Python

* Added urldecode -- alias to decode URLs from the command line using Python
2012-10-08 15:42:27 -04:00