1
0
Fork 0

- updated documentation.

This commit is contained in:
cage 2022-12-12 20:21:31 +01:00
parent 49f5b9d0ab
commit df8c4a97d6
3 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,9 @@
* 2022-12-12 version 0.9.9.1 * 2022-12-12 version 0.9.9.1
- New feature - New feature
- added command `gemini-images-montage' this command collects and
joins together all the images linked from a gemini page and then
displays the resulting images
- added command `print-mentions', to dump mentions in the main window; - added command `print-mentions', to dump mentions in the main window;
- added a configuration directive to filter boost based on a - added a configuration directive to filter boost based on a
regular expression matching the username; regular expression matching the username;

View File

@ -2,7 +2,7 @@
.SH "Name" .SH "Name"
.PP .PP
tinmop - a client for gemini, pleroma social network or 9p protocol overt TLS tinmop - a client for gemini, gopher, pleroma social network and 9p protocol over TLS
.SH "Synopsis" .SH "Synopsis"
.PP .PP
@ -23,7 +23,7 @@ information about this topic can be found on the following websites:
.PP .PP
Tinmop proposes an extensible terminal interface to connect with Tinmop proposes an extensible terminal interface to connect with
Pleroma social network or for the gemini protocol Pleroma social network, the gemini and gopher protocol
.IP \(em 4 .IP \(em 4
gemini://gemini.circumlunar.space/ gemini://gemini.circumlunar.space/
@ -835,6 +835,9 @@ delete-gemini-bookmark
\fBC-b s \fP \fBC-b s \fP
display-bookmark display-bookmark
.TP .TP
\fBI M \fP
collect and join together all the images linked from a gemini page and then display the resulting images
.TP
\fBN \fP \fBN \fP
repeat-search repeat-search
.TP .TP

View File

@ -2,7 +2,7 @@
* Name * Name
tinmop - a client for gemini, pleroma social network or 9p protocol overt TLS tinmop - a client for gemini, gopher, pleroma social network and 9p protocol over TLS
* Synopsis * Synopsis
@ -19,7 +19,7 @@
Tinmop proposes an extensible terminal interface to connect with Tinmop proposes an extensible terminal interface to connect with
Pleroma social network or for the gemini protocol Pleroma social network, the gemini and gopher protocol
- gemini://gemini.circumlunar.space/ - gemini://gemini.circumlunar.space/
- [[https://gemini.circumlunar.space/docs/]] - [[https://gemini.circumlunar.space/docs/]]
@ -483,6 +483,7 @@
- C-b a :: bookmark-gemini-page - C-b a :: bookmark-gemini-page
- C-b d :: delete-gemini-bookmark - C-b d :: delete-gemini-bookmark
- C-b s :: display-bookmark - C-b s :: display-bookmark
- I M :: collect and join together all the images linked from a gemini page and then display the resulting images
- N :: repeat-search - N :: repeat-search
- O :: open-gemini-toc - O :: open-gemini-toc
- T :: show-tour-links - T :: show-tour-links