From 5e7ca03f07c66a75f7bfa478c774527ef497b2a2 Mon Sep 17 00:00:00 2001 From: fuksito Date: Thu, 14 Jun 2012 03:24:27 -0700 Subject: [PATCH] examples for recently merged encode64 plugin --- Plugins.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Plugins.md b/Plugins.md index 9ac5448..6d8a63b 100644 --- a/Plugins.md +++ b/Plugins.md @@ -226,6 +226,18 @@ This is a small zle trick that lets you cycle your directory stack left or right * dirpersist + +## encode64 +**Maintainer:** [fuksito](http://github.com/fuksito) + +This is a plugin that helps to encode/decode strings with base64 from the console quickly: + + $ encode64 some_string + => c29tZV9zdHJpbmc= + + $ decode64 c29tZV9zdHJpbmc= + => some_string + ## fabric **Maintainer:** [santiycr][santiycr]