summaryrefslogtreecommitdiffstats
path: root/cmd-set-hook.c
AgeCommit message (Expand)Author
2018-07-04Add set-hook -R to run a hook immediately (useful to set multiple hooksnicm
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store thenicm
2017-01-15It is silly for cmd_list_parse to return an integer error when it couldnicm
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-14Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl...nicm
2016-10-10Add static in cmd-* and fix a few other nits.nicm
2016-05-12set-hook needs CANFAIL like the other set commands.nicm
2015-12-14Instead of combined flags for -c, -s, -t, split into different setsnicm
2015-12-13Use member names in cmd_entry definitions so I stop getting confusednicm
2015-12-13Instead of every command resolving the target (-t or -s) itself, preparenicm
2015-12-11We cannot do hooks_find and then hooks_remove because it might have comenicm
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm