From ac10c5f9a4c63ed7eaeb18d77d16716ef3362b22 Mon Sep 17 00:00:00 2001 From: ianchesal Date: Tue, 9 Oct 2012 06:40:03 -0700 Subject: [PATCH] Added details for the urltools plugin --- Plugins.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Plugins.md b/Plugins.md index ababa03..98e41e9 100644 --- a/Plugins.md +++ b/Plugins.md @@ -512,6 +512,14 @@ Note that if a filename is misspelled or doesn't have the necessary path descrip Completions for `thor` +## urltools + +Adds command line utilities for URL manipulation. + +* `urlencode` encodes a string so it compiles with the URL character rules laid out in RFC 1738 + +* `urldecode` decode a string encoded according to the URL character rules in RFC 1738 + ## vagrant **Maintainer:** [robbyrussell][robbyrussell]