From c993b911749fa898e9951314d2e44cf34276c342 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 16 Apr 2019 14:13:58 +0200 Subject: [PATCH] Add notifications command to docs and changelog --- CHANGELOG.md | 4 ++++ docs/usage.rst | 57 +++++++++++++++++++++++++------------------------- 2 files changed, 33 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2061511..88a0d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog --------- +**0.22.0 (TBA)** + +* Add `toot notifications` to show notifications (thanks @dlax) + **0.21.0 (2019-02-15)** * Add `toot reblogged_by` to show who reblogged a status (#88) diff --git a/docs/usage.rst b/docs/usage.rst index 6e226fa..9311326 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -13,42 +13,43 @@ Running ``toot -h`` shows the documentation for the given command. toot - a Mastodon CLI client Authentication: - toot login Log into a mastodon instance using your browser (recommended) - toot login_cli Log in from the console, does NOT support two factor authentication - toot activate Switch between logged in accounts. - toot logout Log out, delete stored access keys - toot auth Show logged in accounts and instances + toot login Log into a mastodon instance using your browser (recommended) + toot login_cli Log in from the console, does NOT support two factor authentication + toot activate Switch between logged in accounts. + toot logout Log out, delete stored access keys + toot auth Show logged in accounts and instances Read: - toot whoami Display logged in user details - toot whois Display account details - toot instance Display instance details - toot search Search for users or hashtags - toot thread Show toot thread items - toot timeline Show recent items in a timeline (home by default) - toot curses An experimental timeline app (doesn't work on Windows) + toot whoami Display logged in user details + toot whois Display account details + toot notifications Display notifications for logged in user + toot instance Display instance details + toot search Search for users or hashtags + toot thread Show toot thread items + toot timeline Show recent items in a timeline (home by default) + toot curses An experimental timeline app (doesn't work on Windows) Post: - toot post Post a status text to your timeline - toot upload Upload an image or video file + toot post Post a status text to your timeline + toot upload Upload an image or video file Status: - toot delete Delete a status - toot favourite Favourite a status - toot unfavourite Unfavourite a status - toot reblog Reblog a status - toot unreblog Unreblog a status - toot reblogged_by Show accounts that reblogged the status - toot pin Pin a status - toot unpin Unpin a status + toot delete Delete a status + toot favourite Favourite a status + toot unfavourite Unfavourite a status + toot reblog Reblog a status + toot unreblog Unreblog a status + toot reblogged_by Show accounts that reblogged the status + toot pin Pin a status + toot unpin Unpin a status Accounts: - toot follow Follow an account - toot unfollow Unfollow an account - toot mute Mute an account - toot unmute Unmute an account - toot block Block an account - toot unblock Unblock an account + toot follow Follow an account + toot unfollow Unfollow an account + toot mute Mute an account + toot unmute Unmute an account + toot block Block an account + toot unblock Unblock an account To get help for each command run: toot --help