LinuxCommandLibrary

orca-c

Compile Orca quantum chemistry input files

TLDR

Start ORCA with an empty workspace

$ orca-c
copy

Start ORCA and open a specific file
$ orca-c [path/to/file.orca]
copy

Start ORCA and set a specific tempo (defaults to 120)
$ orca-c --bpm [beats_per_minute]
copy

Start ORCA and set the size of the grid
$ orca-c --initial-size [columns]x[rows]
copy

Start ORCA and set the maximum number of undo steps (defaults to 100)
$ orca-c --undo-limit [limit]
copy

Show the main menu inside of ORCA
$ <F1>
copy

Show all shortcuts inside of ORCA
$ <?>
copy

Show all ORCA operators inside of ORCA
$ <Ctrl g>
copy

SYNOPSIS

orca-c [options]

PARAMETERS

--help
    Displays a help message and exits.

--version
    Displays the Orca version and exits.

--read
    Reads the currently focused element.

--say
    Synthesizes the provided text using the screen reader's speech engine.

--speak
    (Deprecated) Synthesizes the provided text using the screen reader's speech engine.
Use --say instead.


DESCRIPTION

Orca-c provides a command-line interface to interact with the Orca screen reader.
It enables users to control Orca's settings, read text, and perform other assistive tasks non-interactively.
This can be particularly useful in scripts or automated environments where a graphical user interface is not available or desired.
The command allows querying various information about accessible elements within the currently focused application, and it facilitates automated testing and remote control of Orca.
Orca-c serves as bridge between scripts, and the Orca screen reader making it possible to integrate screen-reading functionality into a wide range of automated workflows.

CAVEATS

The functionality and availability of orca-c might vary depending on the specific version of Orca and the underlying accessibility framework being used.

HISTORY

orca-c was developed as part of the Orca screen reader project to provide a command-line interface for accessibility purposes.
It allows automated scripts and programs to interact with Orca, enabling features like text-to-speech and screen reading without a GUI.

SEE ALSO

orca(1)

Copied to clipboard