view status

This commit is contained in:
Dan Anglin 2024-07-04 20:42:03 +01:00
parent de8ff77d05
commit 1928208383
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -374,6 +374,23 @@ enbas reject --type follow-request --account-name @person.example.social
### View a status
Prints information of a status on screen.
If the `--browser` flag is used, the link to the status is opened instead.
To enable browser support you must specify the browser in your configuration.
See the [configuration reference page](configuration.md#integration) on how to set up integration with
your browser if you have not done so already.
```
enbas show --type status --status-id 01J1Z9PT0243JT9QNQ5W96Z8CA
```
| flag | type | required | description | default |
|------|------|----------|-------------|---------|
| `type` | string | true | The resource you want to view.<br>Here this should be `status`. | |
| `status-id` | string | true | The ID of the status that you want to view. | |
| `browser` | boolean | false | Set to true to open the link to the status in your browser. | false |
### Create a status
- Create a simple status that is publicly visible.
@ -692,7 +709,7 @@ The media is downloaded to your cache directory before Enbas opens it with your
In order to view images and videos, you must specify your image viewer and
video player in your configuration file respectively.
See the [Configuration reference page](configuration.md#integration) on how to set up integration with
See the [configuration reference page](configuration.md#integration) on how to set up integration with
your media players.
```