Skip to main content
clementine

CLI Reference

clementine

🍊 clementine is a sweet little Python package.

Usage:

clementine [OPTIONS] COMMAND [ARGS]...

Options:

  -v, --version  Show the version and exit.
  --help         Show this message and exit.

info

Show information about your environment and clementine installation.

Usage:

clementine info [OPTIONS]

Options:

  --clipboard / --no-clipboard  Whether to copy the information to the
                                clipboard. Defaults to False.
  --help                        Show this message and exit.

screenshot

Take screenshots of a webpage in light and dark mode. The URL must include the scheme, e.g. https:// or file:///.

Usage:

clementine screenshot [OPTIONS] URL

Options:

  -o, --output-dir TEXT         The directory to save the screenshots to.
                                Defaults to "screenshots" in the current
                                working directory.
  -f, --filename TEXT           The base filename to use for the screenshots.
                                Defaults to "screenshot". The screenshots will
                                be saved as screenshot-light.png and
                                screenshot-dark.png, for example.
  --full-page / --no-full-page  Whether to take a screenshot of the full page.
                                Defaults to False.
  --help                        Show this message and exit.