From 1928208383a410d9a19d2c64b4102364558f3261 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Thu, 4 Jul 2024 20:42:03 +0100 Subject: [PATCH] view status --- docs/manual.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/manual.md b/docs/manual.md index c94fb3c..5dbd1ac 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -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.
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. ```