:py:mod:`tagkit.cli.view` ========================= .. py:module:: tagkit.cli.view .. autodoc2-docstring:: tagkit.cli.view :allowtitles: Module Contents --------------- Functions ~~~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`view ` - .. autodoc2-docstring:: tagkit.cli.view.view :summary: API ~~~ .. py:function:: view(file_or_pattern: str = typer.Argument(..., help='A file path, glob, or regex pattern to match image files.'), glob_mode: bool = typer.Option(False, '--glob', help='Use glob pattern matching for file selection.'), regex_mode: bool = typer.Option(False, '--regex', help='Use regex pattern matching for file selection.'), tags: typing.Optional[str] = typer.Option(None, '--tags', help='Comma separated list of EXIF tag names or IDs to filter.'), thumbnail: bool = typer.Option(False, '--thumbnail', help='Show EXIF tags from image thumbnails instead of main image.'), json: bool = typer.Option(False, '--json', help='Output EXIF data as JSON instead of a table.'), binary_format: typing.Optional[str] = typer.Option(None, '--binary-format', help="How to format binary data: 'bytes' (default), 'hex', or 'base64'.", case_sensitive=False)) :canonical: tagkit.cli.view.view .. autodoc2-docstring:: tagkit.cli.view.view