Start new cycle
This commit is contained in:
@@ -1,120 +0,0 @@
|
||||
.TH man 1 "2026-02-23" "0.16.0" "Profanity XMPP client"
|
||||
|
||||
.SH NAME
|
||||
/executable
|
||||
|
||||
.SH DESCRIPTION
|
||||
Configure executable that should be called upon a certain command.
|
||||
|
||||
.SH SYNOPSIS
|
||||
/executable avatar set <cmdtemplate>
|
||||
|
||||
.LP
|
||||
/executable avatar default
|
||||
|
||||
.LP
|
||||
/executable urlopen set <cmdtemplate>
|
||||
|
||||
.LP
|
||||
/executable urlopen default
|
||||
|
||||
.LP
|
||||
/executable urlsave set <cmdtemplate>
|
||||
|
||||
.LP
|
||||
/executable urlsave default
|
||||
|
||||
.LP
|
||||
/executable editor set <cmdtemplate>
|
||||
|
||||
.LP
|
||||
/executable editor default
|
||||
|
||||
.LP
|
||||
/executable vcard_photo set <cmdtemplate>
|
||||
|
||||
.LP
|
||||
/executable vcard_photo default
|
||||
|
||||
.LP
|
||||
|
||||
.SH ARGUMENTS
|
||||
.PP
|
||||
\fBavatar set\fR
|
||||
.RS 4
|
||||
Set executable that is run by /avatar open. Use your favorite image viewer.
|
||||
.RE
|
||||
.PP
|
||||
\fBavatar default\fR
|
||||
.RS 4
|
||||
Restore to default settings.
|
||||
.RE
|
||||
.PP
|
||||
\fBurlopen set\fR
|
||||
.RS 4
|
||||
Set executable that is run by /url open. Takes a command template that replaces %u and %p with the URL and path respectively.
|
||||
.RE
|
||||
.PP
|
||||
\fBurlopen default\fR
|
||||
.RS 4
|
||||
Restore to default settings.
|
||||
.RE
|
||||
.PP
|
||||
\fBurlsave set\fR
|
||||
.RS 4
|
||||
Set executable that is run by /url save. Takes a command template that replaces %u and %p with the URL and path respectively.
|
||||
.RE
|
||||
.PP
|
||||
\fBurlsave default\fR
|
||||
.RS 4
|
||||
Use the built-in download method for saving.
|
||||
.RE
|
||||
.PP
|
||||
\fBeditor set\fR
|
||||
.RS 4
|
||||
Set editor to be used with /editor. Needs a terminal editor or a script to run a graphical editor.
|
||||
.RE
|
||||
.PP
|
||||
\fBeditor default\fR
|
||||
.RS 4
|
||||
Restore to default settings.
|
||||
.RE
|
||||
.PP
|
||||
\fBvcard_photo set\fR
|
||||
.RS 4
|
||||
Set executable that is run by /vcard photo open. Takes a command template that replaces %p with the path
|
||||
.RE
|
||||
.PP
|
||||
\fBvcard_photo default\fR
|
||||
.RS 4
|
||||
Restore to default settings.
|
||||
.RE
|
||||
|
||||
.SH EXAMPLES
|
||||
/executable avatar xdg-open
|
||||
|
||||
.LP
|
||||
/executable urlopen set "xdg-open %u"
|
||||
|
||||
.LP
|
||||
/executable urlopen set "firefox %u"
|
||||
|
||||
.LP
|
||||
/executable urlopen default
|
||||
|
||||
.LP
|
||||
/executable urlsave set "wget %u -O %p"
|
||||
|
||||
.LP
|
||||
/executable urlsave set "curl %u -o %p"
|
||||
|
||||
.LP
|
||||
/executable urlsave default
|
||||
|
||||
.LP
|
||||
/executable vcard_photo set "feh %p"
|
||||
|
||||
.LP
|
||||
/executable editor set "emacsclient -t"
|
||||
|
||||
.LP
|
||||
Reference in New Issue
Block a user