examples for recently merged encode64 plugin

fuksito 2012-06-14 03:24:27 -07:00
parent aff1ddde68
commit 5e7ca03f07

@ -226,6 +226,18 @@ This is a small zle trick that lets you cycle your directory stack left or right
* dirpersist * 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 ## fabric
**Maintainer:** [santiycr][santiycr] **Maintainer:** [santiycr][santiycr]