gri3-wm/i3-input
Michael Stapelberg 1737a78fcd 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: '
2011-09-18 13:51:11 +01:00
..
Makefile makefiles: build subdirs (Thanks Kacper) 2011-07-25 00:31:35 +02:00
UnicodeData.txt Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
convmap.pl Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
i3-input.h Bugfix: use the global root variable, don’t get the first one (Thanks quaec) 2011-01-28 00:41:53 +01:00
ipc.c secure strscpy by replacing with strncpy 2011-07-23 22:22:36 +02:00
keysym.map Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
keysym2ucs.c Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
keysym2ucs.h Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
main.c i3-input: implement -F (format) option, deprecate -p (prefix) 2011-09-18 13:51:11 +01:00
ucs2_to_utf8.c Implement vim-like marks 2009-09-20 16:54:29 +02:00
xcb.c Bugfix: use the global root variable, don’t get the first one (Thanks quaec) 2011-01-28 00:41:53 +01:00