Add notifications command to docs and changelog

pull/102/head
Ivan Habunek 2019-04-16 14:13:58 +02:00
rodzic 474d9c432f
commit c993b91174
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CDBD63C43A30BB95
2 zmienionych plików z 33 dodań i 28 usunięć

Wyświetl plik

@ -1,6 +1,10 @@
Changelog Changelog
--------- ---------
**0.22.0 (TBA)**
* Add `toot notifications` to show notifications (thanks @dlax)
**0.21.0 (2019-02-15)** **0.21.0 (2019-02-15)**
* Add `toot reblogged_by` to show who reblogged a status (#88) * Add `toot reblogged_by` to show who reblogged a status (#88)

Wyświetl plik

@ -13,42 +13,43 @@ Running ``toot <command> -h`` shows the documentation for the given command.
toot - a Mastodon CLI client toot - a Mastodon CLI client
Authentication: Authentication:
toot login Log into a mastodon instance using your browser (recommended) 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 login_cli Log in from the console, does NOT support two factor authentication
toot activate Switch between logged in accounts. toot activate Switch between logged in accounts.
toot logout Log out, delete stored access keys toot logout Log out, delete stored access keys
toot auth Show logged in accounts and instances toot auth Show logged in accounts and instances
Read: Read:
toot whoami Display logged in user details toot whoami Display logged in user details
toot whois Display account details toot whois Display account details
toot instance Display instance details toot notifications Display notifications for logged in user
toot search Search for users or hashtags toot instance Display instance details
toot thread Show toot thread items toot search Search for users or hashtags
toot timeline Show recent items in a timeline (home by default) toot thread Show toot thread items
toot curses An experimental timeline app (doesn't work on Windows) toot timeline Show recent items in a timeline (home by default)
toot curses An experimental timeline app (doesn't work on Windows)
Post: Post:
toot post Post a status text to your timeline toot post Post a status text to your timeline
toot upload Upload an image or video file toot upload Upload an image or video file
Status: Status:
toot delete Delete a status toot delete Delete a status
toot favourite Favourite a status toot favourite Favourite a status
toot unfavourite Unfavourite a status toot unfavourite Unfavourite a status
toot reblog Reblog a status toot reblog Reblog a status
toot unreblog Unreblog a status toot unreblog Unreblog a status
toot reblogged_by Show accounts that reblogged the status toot reblogged_by Show accounts that reblogged the status
toot pin Pin a status toot pin Pin a status
toot unpin Unpin a status toot unpin Unpin a status
Accounts: Accounts:
toot follow Follow an account toot follow Follow an account
toot unfollow Unfollow an account toot unfollow Unfollow an account
toot mute Mute an account toot mute Mute an account
toot unmute Unmute an account toot unmute Unmute an account
toot block Block an account toot block Block an account
toot unblock Unblock an account toot unblock Unblock an account
To get help for each command run: To get help for each command run:
toot <command> --help toot <command> --help