mirror of
https://codeberg.org/cage/tinmop/
synced 2024-12-12 22:36:10 +01:00
Compare commits
2 Commits
a118ce13de
...
8f4eed668d
Author | SHA1 | Date | |
---|---|---|---|
|
8f4eed668d | ||
|
a48b7240e3 |
@ -80,6 +80,9 @@ Start as gemini gui server only
|
||||
.TP
|
||||
\fB-v, --version \fP
|
||||
Print program version and exit
|
||||
.TP
|
||||
\fB--fediverse-account \fP
|
||||
Specify a fediverse user account (format: user-name@server-name)
|
||||
|
||||
.SH "Usage"
|
||||
.PP
|
||||
@ -408,6 +411,9 @@ gemini-search
|
||||
\fB> \fP
|
||||
open-net-address
|
||||
.TP
|
||||
\fB@ \fP
|
||||
switch-fediverse-account
|
||||
.TP
|
||||
\fB? \fP
|
||||
print-quick-help
|
||||
.TP
|
||||
@ -564,6 +570,9 @@ change-visibility
|
||||
|
||||
.SS "Thread window"
|
||||
.TP
|
||||
\fB^ \fP
|
||||
thread-go-to-parent-post
|
||||
.TP
|
||||
\fB/ b \fP
|
||||
thread-search-next-message-body
|
||||
.TP
|
||||
|
@ -47,6 +47,7 @@
|
||||
+ -U, --gemini-gui-client-only :: Start the program as A gemini GUI client
|
||||
+ -S, --gemini-gui-server-only :: Start as gemini gui server only
|
||||
+ -v, --version :: Print program version and exit
|
||||
+ -F, --fediverse-account :: Specify a fediverse user account (format: user-name@server-name)
|
||||
|
||||
* Usage
|
||||
|
||||
@ -285,6 +286,7 @@
|
||||
|
||||
- ! :: gemini-search
|
||||
- > :: open-net-address
|
||||
- @ :: switch-fediverse-account
|
||||
- ? :: print-quick-help
|
||||
- C d :: clear-cache
|
||||
- C-I :: pass-focus-next
|
||||
@ -344,6 +346,7 @@
|
||||
|
||||
** Thread window
|
||||
|
||||
- ^ :: thread-go-to-parent-post
|
||||
- / b :: thread-search-next-message-body
|
||||
- / m :: thread-search-next-message-meta
|
||||
- C-J (key /enter/) :: thread-open-selected-message
|
||||
|
@ -93,6 +93,7 @@
|
||||
:description (_ "Specify a fediverse user account (format: user-name@server-name).")
|
||||
:meta-var (_ "FEDIVERSE-ACCOUNT")
|
||||
:arg-parser #'identity
|
||||
:short #\F
|
||||
:long "fediverse-account")
|
||||
(:name :print-lisp-dependencies
|
||||
:description (_ "Download lisp libraries (useful for packaging only).")
|
||||
|
Loading…
Reference in New Issue
Block a user