Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-19 | Replace "restart shell" documentation "exec zsh" (#8411) | Jacob Tomaw | |
Running `source ~/.zshrc` can have side effects, it's better to reload the whole zsh session with `exec zsh`. | |||
2018-10-03 | encode64: add README (#7192) | Griko Nibras | |
2016-01-18 | Adding support for stdin input in the encode64 plugin | Sébastien Larivière | |
2015-09-28 | Encode64 Plugin - Fix wrong `echo` usage | LE Manh Cuong | |
Currently, encode64 plugin using `echo -n` to print the content of $1 variable. This approach will not work with arbitrary data, which contains sequence of escaped characters, since when many `echo` implementation will expand them. This commit chage the usage to `printf`, which is builtin in all POSIX shells and can print arbitrary data reliability. | |||
2013-03-13 | Modified to use full parameter as newer versions of base64 uses lowercase D | Ashley Snowdon | |
2012-06-14 | More usable and shorter aliases | Vitaliy Yanchuk | |
2012-03-16 | Plugin for encoding strings into base64 and decoding them | Vitaliy Yanchuk | |