]> git.sur5r.net Git - i3/i3/commit
i3-input: implement -F (format) option, deprecate -p (prefix)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 18 Sep 2011 12:51:11 +0000 (13:51 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 18 Sep 2011 12:51:11 +0000 (13:51 +0100)
commit1737a78fcd8025e11398dbcf5acd65c6a07ae86d
tree6603b2dec3f292b8816d3cfbad9967cf7da4dd0a
parentfddee471e81308f01f18360d9a839f2897125636
i3-input: implement -F (format) option, deprecate -p (prefix)

This introduces the '-F format' parameter, which takes a format and replaces %s
in it with the user input. An example: The user should enter the target
workspace name. The appropriate i3-input invocation looks like this:

    i3-input -F 'workspace "%s"' -P 'Switch to workspace: '
i3-input/main.c