0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

10 commits

Author SHA1 Message Date
Jeremy Combs
3eda3e5650
feat(encode64): add encodefile64 function (#10813)
Co-authored-by: Jeremy Combs <jeremy.combs@convergetp.com>
2022-11-06 20:50:39 +01:00
Hélio
c4ac0d43ad
encode64: fix typo in README (#9052) 2020-06-30 18:16:51 +02:00
Marc Cornellà
610b2529d2 Clean up plugin READMEs and a few plugins
- fasd
- history
- mercurial
- pylint
- repo
- yii2
2020-03-11 19:57:46 +01:00
Jacob Tomaw
c130aadb6a Replace "restart shell" documentation "exec zsh" (#8411)
Running `source ~/.zshrc` can have side effects, it's better to reload the whole 
zsh session with `exec zsh`.
2019-11-19 19:44:00 +01:00
Griko Nibras
47004414a0 encode64: add README (#7192) 2018-10-03 17:23:49 +02:00
Sébastien Larivière
7daa207dbc Adding support for stdin input in the encode64 plugin 2016-01-18 21:01:04 +01:00
LE Manh Cuong
758195cb79 Encode64 Plugin - Fix wrong echo usage
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.
2015-09-28 16:05:22 +07:00
Ashley Snowdon
6c6072c492 Modified to use full parameter as newer versions of base64 uses lowercase D 2013-03-13 11:21:43 +00:00
Vitaliy Yanchuk
43c0921693 More usable and shorter aliases 2012-06-14 13:31:00 +03:00
Vitaliy Yanchuk
db27635d8b Plugin for encoding strings into base64 and decoding them 2012-03-16 14:10:37 +02:00