summaryrefslogtreecommitdiffstats
path: root/input/cmd.c
Commit message (Expand)AuthorAgeFilesLines
* command: don't hardcode commands list to be repeatableAvi Halachmi (:avih)2021-08-171-2/+4
* input: arguments quoting: support single-quotesAvi Halachmi (:avih)2021-07-301-1/+11
* input: argument custom quotes: use ` instead of !Avi Halachmi (:avih)2021-07-301-2/+2
* input.conf syntax: support custom quotes !XstringX!Avi Halachmi (:avih)2020-12-311-0/+13
* input: log commands with parameter nameswm42020-02-191-1/+12
* input: fix cycle 2nd argument stringificationwm42020-01-191-0/+6
* input: escape command parameters when loggingwm42020-01-121-1/+9
* input: export input.conf comments ot input-bindings propertywm42019-11-231-1/+11
* input: change mp_cmd.original from bstr to cstrwm42019-11-231-3/+4
* input: add text produced by key to script key eventswm42019-11-221-0/+1
* input: remove now unused "abort command" and cancel infrastructurewm42018-05-241-28/+0
* input: slightly improve --input-cmdlist outputwm42018-05-241-5/+6
* command: give named arguments to almost all commandswm42018-05-241-0/+7
* input: add glue code for named argumentswm42018-05-241-42/+143
* command: add infrastructure for async commandswm42018-05-241-1/+6
* command: handle list commands like normal commandswm42018-05-241-4/+0
* input: rename weirdly named functionwm42018-05-031-1/+1
* input: merge cmd_list.c with cmd.cwm42018-05-031-1/+55
* input: rename cmd_parse.c to cmd.cwm42018-05-031-0/+473