mirror of
https://codeberg.org/cage/tinmop/
synced 2024-12-18 23:22:52 +01:00
- updated documentation.
This commit is contained in:
parent
49f5b9d0ab
commit
df8c4a97d6
3
NEWS.org
3
NEWS.org
@ -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;
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user