github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/builtins/core/openimage/open-image_doc.yaml (about)

     1  - DocumentID: open-image
     2    Title: >-
     3      `open-image`
     4    CategoryID: commands
     5    Summary: >-
     6      Renders bitmap image data on your terminal
     7    Description: |-
     8      `open-image` is an optional builtin which will render images (JPEG, GIF,
     9      PNG, BMP, TIFF and WebP) to the terminal using block characters and ANSI
    10      colour sequences.
    11    Usage: |-
    12      ```
    13      <stdin> -> open-image -> <stdout>
    14  
    15      open-image file-path -> <stdout>
    16      ```
    17    Examples: |-
    18      As a method
    19  
    20      ```
    21      » cat example.png -> open-image
    22      ```
    23  
    24      As a function
    25  
    26      ```
    27      » open-image example.png
    28      ```
    29    Detail: |-
    30      `open-image` will fail if STDOUT is not a TTY.
    31    Synonyms:
    32    Related:
    33      - qr
    34      - open