mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-20 15:40:50 +00:00
Add dispatcher program.
Invoke like dindexer <action> a b c and it will exec ACTIONS_PATH/dindexer-<action> a b c or ACTIONS_PATH/<action>/dindexer-<action> a b c
This commit is contained in:
parent
fca9b94afd
commit
8708ef9503
6 changed files with 310 additions and 0 deletions
|
@ -24,5 +24,7 @@
|
|||
#define VERSION_BETA @PROJECT_VERSION_BETA@
|
||||
#define VERSION_PATCH @PROJECT_VERSION_PATCH@
|
||||
#define CONFIG_FILE_PATH "@DINDEXER_CONFIG_FILE@"
|
||||
#define ACTIONS_SEARCH_PATH "@ACTIONS_PATH@"
|
||||
#define ACTION_PREFIX "@bare_name@-"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue