forked from autokey/autokey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautokey-run.1
More file actions
55 lines (55 loc) · 1.86 KB
/
Copy pathautokey-run.1
File metadata and controls
55 lines (55 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps.
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection.
.\" Other parameters are allowed: see man(7), man(1).
.TH AUTOKEY-RUN "1" "April 19, 2023"
.\" Please adjust this date whenever revising the man page.
.\"
.\" Some roff macros for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left-justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" For man-page-specific macros, see man(7).
.SH NAME
autokey-run \- command-line execution utility for AutoKey
.SH SYNOPSIS
.B autokey-run
.RI -[s|p|f] [name]
.SH DESCRIPTION
This manual page briefly documents the \fBautokey-run\fP command.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invoke bold-face or italics,
.\" respectively.
\fBautokey-run\fP is a command-line execution utility for AutoKey that
allows you to initiate execution of folders, phrases, or scripts from
the command line.
.PP
See the online wiki at https://github.com/autokey/autokey/wiki for more
information.
.SH OPTIONS
This program follows the usual GNU command-line syntax in which long
options start with two dashes (`--').
A summary of options is included below.
.TP
.B \-f, \-\-folder [name]
Display a pop-up menu for the specified folder.
.TP
.B \-h, \-\-help
Show a summary of all options.
.TP
.B \-p, \-\-phrase [name]
Paste a phrase with the specified name.
.TP
.B \-s, \-\-script [name]
Run a script with the specified name.
.SH AUTHOR
AutoKey was written by Chris Dekter and was loosely based on a script by
Sam Peterson.
.PP
This manual page was written by Chris Dekter <cdekter@gmail.com>.