]> git.sur5r.net Git - i3/i3/blob - man/i3-input.man
5b7ce6d96d9bfecd102522123f490b2c7a690920
[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 window manager
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) composed by
17 the user, and send it/them to i3. This is useful, for example, for the
18 mark/goto command.
19
20 == EXAMPLE
21
22 ------------------------------------------------
23 i3-input -p 'mark ' -l 1 -P 'Mark: '
24 ------------------------------------------------
25
26 == SEE ALSO
27
28 i3(1)
29
30 == AUTHOR
31
32 Michael Stapelberg and contributors