From dd0e014aed80b93ffb8c294619dfbe4aded514cf Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Mon, 26 Feb 2024 14:22:14 +0000 Subject: [PATCH] update --- README.asciidoc | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 96d8ad1..88ad20b 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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.]