diff options
| author | Gentoo <43550690+maxutka99@users.noreply.github.com> | 2024-08-12 12:46:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-12 11:46:16 +0200 |
| commit | d6f84f3e7d2515cee8ba776d05ee2009ffd471d7 (patch) | |
| tree | 8e9406f25ea250d0a1644f8762973b329166bfa9 /plugins/catimg/README.md | |
| parent | 47767bd03cae60bc4b3d8ab4ba8e6b6c78bc17ed (diff) | |
| download | zsh-d6f84f3e7d2515cee8ba776d05ee2009ffd471d7.tar.gz zsh-d6f84f3e7d2515cee8ba776d05ee2009ffd471d7.tar.bz2 zsh-d6f84f3e7d2515cee8ba776d05ee2009ffd471d7.zip | |
fix(catimg): add support to `magick` binary (#12608)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Diffstat (limited to 'plugins/catimg/README.md')
| -rw-r--r-- | plugins/catimg/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/catimg/README.md b/plugins/catimg/README.md index 68dc33c1f..4cfda0e25 100644 --- a/plugins/catimg/README.md +++ b/plugins/catimg/README.md @@ -1,6 +1,7 @@ # catimg -Plugin for displaying images on the terminal using the `catimg.sh` script provided by [posva](https://github.com/posva/catimg) +Plugin for displaying images on the terminal using the `catimg.sh` script provided by +[posva](https://github.com/posva/catimg) To use it, add `catimg` to the plugins array in your zshrc file: @@ -10,7 +11,7 @@ plugins=(... catimg) ## Requirements -- `convert` (ImageMagick) +- `magick convert` (ImageMagick) ## Functions |
