Add support for showing statuses from an account. #36

Closed
opened 2024-07-10 10:41:10 +01:00 by dananglin · 1 comment
Owner

Summary

Add support for showing statuses from an account. This will be added as an optional extension to viewing accounts.

Example

enbas show --type account --account-name name@example.social --show-statuses --limit 10

Flags

Flag Required Description Default
show-statuses false set to true to view the statuses created from this account false
limit false the maximum amount of statuses to show from this account 20
exclude-replies false set to true to exclude statuses that are a reply to another status false
exclude-boosts false set to true to exclude statuses that are boosts of another status false
only-pinned false set to true to show only the account's pinned statuses false
only-media false set to true to show only the statuses with media attachments false
only-public false set to true to show only public posts false
### Summary Add support for showing statuses from an account. This will be added as an optional extension to viewing accounts. ### Example ``` enbas show --type account --account-name name@example.social --show-statuses --limit 10 ``` ### Flags | Flag | Required | Description | Default | |--------|---------------|------------------|------------| | `show-statuses` | false | set to true to view the statuses created from this account | false | | `limit` | false | the maximum amount of statuses to show from this account | 20 | | `exclude-replies` | false | set to true to exclude statuses that are a reply to another status | false | | `exclude-boosts` | false | set to true to exclude statuses that are boosts of another status | false | | `only-pinned` | false | set to true to show only the account's pinned statuses | false | | `only-media` | false | set to true to show only the statuses with media attachments | false | | `only-public` | false | set to true to show only public posts | false |
dananglin added this to the v0.2.0 milestone 2024-07-10 10:41:10 +01:00
Author
Owner

Done 🚀

Done 🚀
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: apollo/enbas#36
No description provided.