Usage

thymed

Thymed.

This command serves as the main entrypoint into the Thymed CLI. Subcommands exist for each specific action.

For more information, try: thymed hello

thymed [OPTIONS] COMMAND [ARGS]...

Options

--version

Show the version and exit.

create

Create a new ChargeCode.

Create a new ChargeCode object with the given id.

thymed create [OPTIONS]

hello

See information about Thymed.

thymed hello [OPTIONS]

list

List out all the available charge codes.

thymed list [OPTIONS]

punch

Punch a ChargeCode.

Punch the ChargeCode id provided.

If no id provided, grab the default code, and call its punch method.

Punches the current time. Write the data and the code, then exit.

thymed punch [OPTIONS] [ID]...

Arguments

ID

Optional argument(s)

tui

Launch the TUI.

This command launches the Text User Interface (TUI). While the commandline functions are quite efficient, many users may prefer or need the TUI for interacting with Thymed. It’s quite robust and polished! Give it a try!

thymed tui [OPTIONS]