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
----
=== View your account information
=== Common actions
* View your account information
+
[source,console]
----
enbas show --type account --my-account
----
=== View a local or remote account
* View a local or remote account
+
[source,console]
----
enbas show --type account --account teddy@gotosocial-01.social.example
----
=== View your home timeline
* View your home timeline
+
[source,console]
----
enbas show --type timeline
----
=== View the details of a status
TODO
* View the details of a status
+
+
[source,console]
----
enbas show --type status --status-id 01HQE43KT5YEDN4RGMT7BC63PF
----
== Inspirations
This project was inspired from the following projects:
- **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.]
- **tut:** https://github.com/RasmusLindroth/tut[A Mastodon TUI 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.]
* **tut:** https://github.com/RasmusLindroth/tut[A Mastodon TUI written in Go.]