General

CLI Reference

Command-line reference for the char CLI

char

Live transcription and audio tools

char [--no-color] [-v] [-q] [-h] [-V] <command>

Global options:

  • -v, --verbose — Increase logging verbosity
  • -q, --quiet — Decrease logging verbosity

Options:

  • --no-color
  • -h, --help — Print help
  • -V, --version — Print version

Subcommands:

  • completions — Generate shell completions
  • desktop — Open the desktop app or download page
  • db — Manage desktop SQLite data

char completions

Generate shell completions

char completions [-h] [-V] <shell>

Options:

  • -h, --help — Print help
  • -V, --version — Print version

Arguments:

  • <SHELL>

char desktop

Open the desktop app or download page

char desktop [-h] [-V]

Options:

  • -h, --help — Print help
  • -V, --version — Print version

char db

Manage desktop SQLite data

char db [--base] [--db-path] [-h] [-V] <command>

Options:

  • --base <DIR>
  • --db-path <FILE>
  • -h, --help — Print help
  • -V, --version — Print version

Subcommands:

  • templates — Manage templates stored in the desktop SQLite database

char db templates

Manage templates stored in the desktop SQLite database

char db templates [-h] [-V] <command>

Options:

  • -h, --help — Print help
  • -V, --version — Print version

Subcommands:

  • list — List templates
  • get — Fetch a template by id
  • upsert — Insert or update a template
  • delete — Delete a template by id

char db templates list

List templates

char db templates list [-h] [-V]

Options:

  • -h, --help — Print help
  • -V, --version — Print version

char db templates get

Fetch a template by id

char db templates get [-h] [-V] <id>

Options:

  • -h, --help — Print help
  • -V, --version — Print version

Arguments:

  • <ID>

char db templates upsert

Insert or update a template

char db templates upsert <--id> <--title> [--description] [--pinned] [--pin-order] [--category] [--targets-json] <--sections-json> [-h] [-V]

Options:

  • --id <ID>
  • --title <TITLE>
  • --description <DESCRIPTION> (default: ``)
  • --pinned
  • --pin-order <PIN_ORDER>
  • --category <CATEGORY>
  • --targets-json <TARGETS_JSON>
  • --sections-json <SECTIONS_JSON>
  • -h, --help — Print help
  • -V, --version — Print version

char db templates delete

Delete a template by id

char db templates delete [-h] [-V] <id>

Options:

  • -h, --help — Print help
  • -V, --version — Print version

Arguments:

  • <ID>