wezterm imgcat [file-name]
Output an image to the terminal
Arguments
Name | Description |
---|
file-name | filepaths |
Options
Name | Description |
---|
--width [width] | Specify the display width; defaults to "auto" which automatically selects an appropriate size. You may also use an integer value `N` to specify the number of cells, or `Npx` to specify the number of pixels, or `N%` to size relative to the terminal width |
--height [height] | Specify the display height; defaults to "auto" which automatically selects an appropriate size. You may also use an integer value `N` to specify the number of cells, or `Npx` to specify the number of pixels, or `N%` to size relative to the terminal height |
--no-preserve-aspect-ratio | Do not respect the aspect ratio. The default is to respect the aspect ratio |
-h, --help | Print help information |