examples for recently merged encode64 plugin
parent
aff1ddde68
commit
5e7ca03f07
12
Plugins.md
12
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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user