1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-17 23:18:28 +01:00

- updated documentation.

This commit is contained in:
cage 2020-06-07 12:38:25 +02:00
parent 7ad3f70ff6
commit ff4c271497
4 changed files with 11 additions and 3 deletions

View File

@ -51,7 +51,7 @@
- fixed bug that prevented statuses missing attachments when the
status was reblogged.
- added optional notification of statuses mentioning the user;
- protected reblogged timeline from accidental deletiion;
- protected reblogged timeline from accidental deletion;
- added the possibility to force expanding of a message tree;
- rearranged compilation order to prevent warning about command line
switch;

View File

@ -2,6 +2,9 @@
- version 0.0.4
- Added polls voting;
- added the possibility to force expanding of a message tree;
- added optional notification of statuses mentioning the user
(--notify-mentions);
- many bug fixed.
* 2020-05-18

View File

@ -8,7 +8,7 @@
* Description
This document assumes basic knowledge of how mastodon works. More
This document assumes basic knowledge of how fediverse works. More
information about this topic can be found on the
official website ([[https://docs.joinmastodon.org/]]).
@ -16,9 +16,11 @@
social network
* Options
Without options the program will start a terminal interface and will
try to connect to your instance (see [[Configuration]])
+ -m, --notify-mentions ARG :: Notify messages that mentions the user
+ -R, --reset-timeline-pagination ::
Reset the timeline pagination. By default the new toots are fetched
starting from the last one downloaded from the instance, this switch

View File

@ -10,7 +10,7 @@ tinmop [OPTION]...
.SH "Description"
.PP
This document assumes basic knowledge of how mastodon works. More
This document assumes basic knowledge of how fediverse works. More
information about this topic can be found on the
official website (\fIhttps://docs.joinmastodon.org/\fP).
@ -23,6 +23,9 @@ social network
Without options the program will start a terminal interface and will
try to connect to your instance (see \fIConfiguration\fP)
.TP
\fB-m, --notify-mentions ARG \fP
Notify messages that mentions the user
.TP
\fB-R, --reset-timeline-pagination \fP
Reset the timeline pagination. By default the new toots are fetched