# HG changeset patch # User Mikael Berthe # Date 1494312088 -7200 # Node ID cc73f7cb0f21e10cd1f9b4c220aea36ceb089468 # Parent 093fc00b333debcd6c69bf9e9a708073165dc573 Update README again (style) diff -r 093fc00b333d -r cc73f7cb0f21 README.md --- a/README.md Mon May 08 21:45:30 2017 +0200 +++ b/README.md Tue May 09 08:41:28 2017 +0200 @@ -53,7 +53,8 @@ ### Usage The complete list of commands is available in the online help (`madonctl help`, `madonctl command --help`...) -or in the [manpages](https://lilotux.net/~mikael/pub/madonctl/manual/html/). The [Homepage](https://lilotux.net/~mikael/pub/madonctl/) also contains a plain list of commands. +or in the [manpages](https://lilotux.net/~mikael/pub/madonctl/manual/html/).\ +The [Homepage](https://lilotux.net/~mikael/pub/madonctl/) also contains a plain list of commands. ### Examples @@ -62,7 +63,8 @@ % madonctl toot "Hello, World" ``` -You can change the toot visibility, add a Content Warning (a.k.a. spoiler) or send a media file: +You can change the toot visibility, add a Content Warning (a.k.a. spoiler) +or send a media file: ``` sh % madonctl toot --visibility direct "@McKael Hello, you" % madonctl toot --visibility private --spoiler CW "The answer was 42" @@ -105,13 +107,13 @@ % madonctl accounts update --avatar me.png # Update avatar ``` -See your own posts: +See your own **posts**: ``` sh % madonctl accounts statuses # See last posts % madonctl accounts statuses --all # See all statuses ``` -Display accounts you're following or your followers: +Display accounts you're **following** or your **followers**: ``` sh % madonctl accounts following # See last following % madonctl accounts following --all # See all followed accounts @@ -182,7 +184,7 @@ concurrent hashtags is currently limited to 4 for "politeness". -(Almost) All commands have a **customisable output**: +(Almost) All commands have a **customizable output**: ``` sh % madonctl accounts show # Display an account % madonctl accounts show -o yaml # Display an account, in yaml