############################
Run turbohtml from a shell
############################
Drive turbohtml from a shell. The ``turbohtml`` console script exposes the parse, query, and convert surface over stdin
and stdout, for one-off jobs and pipelines.
***************************
The ``turbohtml`` command
***************************
``python -m turbohtml`` (installed as the ``turbohtml`` console script) is a thin front end over the public API, for the
same one-off jobs ``html2text``, ``markdownify``, ``htmlmin``, ``inscriptis``, ``minify-html``, ``charset-normalizer``,
and ``courlan`` expose on the command line. Each subcommand reads one input (a file argument, or stdin when the argument
is omitted or ``-``) and writes to stdout, or to the ``-o FILE`` given:
.. list-table::
:header-rows: 1
:widths: 22 78
- - Subcommand
- Calls
- - ``minify``
- :func:`turbohtml.clean.minify`; ``--minify-css`` also minifies ``