Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Available operations

In this section of the documentation you can view all the commands that you can use with enbas. In this section, and as you interact more with enbas, you’ll come across the terms target, action and operation.

Target

A target is a resource that you can perform an action on. The target can be a GoToSocial resource (e.g. an account, a status or a timeline), or a local resource (e.g. your enbas configuration, your aliases or the usage documentation).

Action

An action is a built-in verb that describes the action to perform on a target. For example, the command enbas show status --status-id 01AV6D5YIKKEWDTLXTGVTTRW9dCHOLGJ uses the action keyword show to fetch and display the details of the status with the ID 01AV6D5YIKKEWDTLXTGVTTRW9dCHOLGJ.

Operation

An operation is the action that is performed on a particular target (e.g. create status), or the action performed on a target in relation to another target (e.g. add accounts to list).

You can view the targets that you can interact with under Available operations in the navigation menu. View the page of a specific target (e.g. status) for details on the operations you can perform on that target.

Top Level Flags

The top level flags below are available to all operations.

--config

The path to your configuration file.

Default: <empty>

--no-color

Disable the ANSI colour output when displaying the text on screen.

Default: false