]> git.sur5r.net Git - i3/i3/blob - man/i3-input.man
Add manpage for i3-input
[i3/i3] / man / i3-input.man
1 i3-input(1)
2 =========
3 Michael Stapelberg <michael+i3@stapelberg.de>
4 v3.delta, November 2009
5
6 == NAME
7
8 i3-input - interactively take a command for i3
9
10 == SYNOPSIS
11
12 i3-input [-s <socket>] [-p <prefix>] [-l <limit>] [-P <prompt>] [-v]
13
14 == DESCRIPTION
15
16 i3-input is a tool to take commands (or parts of a command) and then send it
17 to i3. This is useful for example for the mark/goto command.
18
19 == EXAMPLE
20
21 ------------------------------------------------
22 i3-input -p 'mark ' -l 1 -P 'Mark: '
23 ------------------------------------------------
24
25 == SEE ALSO
26
27 i3(1)
28
29 == AUTHOR
30
31 Michael Stapelberg and contributors