This commit is contained in:
Dan Anglin 2024-02-26 14:22:14 +00:00
parent 2172df8f15
commit dd0e014aed
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -193,35 +193,41 @@ Out-of-band token: ZGJKNDA2YWMTNGEYMS0ZZJLJLWJHNDITM2IZYJJLNJM3YJBK
Successfully logged into bobby@gotosocial-01.social.example Successfully logged into bobby@gotosocial-01.social.example
---- ----
=== View your account information === Common actions
* View your account information
+
[source,console] [source,console]
---- ----
enbas show --type account --my-account enbas show --type account --my-account
---- ----
=== View a local or remote account * View a local or remote account
+
[source,console] [source,console]
---- ----
enbas show --type account --account teddy@gotosocial-01.social.example enbas show --type account --account teddy@gotosocial-01.social.example
---- ----
=== View your home timeline * View your home timeline
+
[source,console] [source,console]
---- ----
enbas show --type timeline enbas show --type timeline
---- ----
=== View the details of a status * View the details of a status
+
TODO +
[source,console]
----
enbas show --type status --status-id 01HQE43KT5YEDN4RGMT7BC63PF
----
== Inspirations == Inspirations
This project was inspired from the following projects: This project was inspired from the following projects:
- **madonctl:** https://github.com/McKael/madonctl[A Mastodon CLI client written in Go.] * **madonctl:** https://github.com/McKael/madonctl[A Mastodon CLI client written in Go.]
- **toot:** https://pypi.org/project/toot/[A Mastodon CLI and TUI written in Python.] * **toot:** https://pypi.org/project/toot/[A Mastodon CLI and TUI written in Python.]
- **tut:** https://github.com/RasmusLindroth/tut[A Mastodon TUI written in Go.] * **tut:** https://github.com/RasmusLindroth/tut[A Mastodon TUI written in Go.]