my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
570 B

3 years ago
  1. # catimg
  2. Plugin for displaying images on the terminal using the the `catimg.sh` script provided by [posva](https://github.com/posva/catimg)
  3. To use it, add `catimg` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... catimg)
  6. ```
  7. ## Requirements
  8. - `convert` (ImageMagick)
  9. ## Functions
  10. | Function | Description |
  11. | -------- | ---------------------------------------- |
  12. | `catimg` | Displays the given image on the terminal |
  13. ## Usage examples
  14. [![asciicast](https://asciinema.org/a/204702.png)](https://asciinema.org/a/204702)