Go to file
Adam R Grey e06650f30c
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit
if your command is a bash script, dotnet gets confused if you try to run it -
so you'll have to do, for example, {"name":"grab 1 video now", "shell": "bash grab1vidnow.sh"}
but the way I did that, I have to split up and rejoin the spaces... so now when you send it args, i'm adding a space.
old and busted:
{"type": "gray_messages.directorial.execute_command", "command":"grab 1 video now", "args": " https://www.youtube.com/watch?v=OnNyPS2iaLo"}
new hotness:
{"type": "gray_messages.directorial.execute_command", "command":"grab 1 video now", "args": "https://www.youtube.com/watch?v=OnNyPS2iaLo"}
2023-11-28 13:11:11 -05:00
.vscode welcome to net 7 boyos 2023-03-08 13:26:20 -05:00
.gitignore already starting off more right 2021-06-08 07:10:24 -04:00
appsettings.example.json why did I have args in my config? 2022-11-30 17:39:58 -05:00
Config.cs why did I have args in my config? 2022-11-30 17:39:58 -05:00
directors-assistant.csproj if your command is a bash script, dotnet gets confused if you try to run it - 2023-11-28 13:11:11 -05:00
Jenkinsfile dependency versions updated 2023-03-08 17:30:10 -05:00
Program.cs if your command is a bash script, dotnet gets confused if you try to run it - 2023-11-28 13:11:11 -05:00
README.md franz frees us from confluent 2021-10-26 03:56:59 -04:00

directors-assistant

listen on kafka for commands, execute without question