Commit Graph

13 Commits

Author SHA1 Message Date
e06650f30c if your command is a bash script, dotnet gets confused if you try to run it -
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit
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
ddb74a7bee fix bugs, fix jenkinsfile, nuget mysteriously now cooperating 2022-12-14 18:02:14 -05:00
71f4e3106e update franz version 2022-12-13 16:31:50 -05:00
263f8ab040 bugfix - argless commands shouldn't crash 2021-12-18 03:37:43 -05:00
43bcc27137 more resilient 2021-10-26 07:33:39 -04:00
10806b1524 update for updated telefranz 2021-10-15 11:04:49 -04:00
dd9c471a39 actually done, barring bugs 2021-07-23 05:37:31 -04:00
5454333ac4 pretty sure commands all work
just need checks
2021-07-23 04:18:21 -04:00
5b77672ac7 ostensibly, working
ready for updates from franz, and needs to be tested. But other than that this is where the fun starts
2021-07-23 01:51:40 -04:00
4aa3162f06 puttiing this on hold because suddenly I hate kafka
I should have just said "cool thing, let me just ctrl+f /.Factory\b/, oh. [delete]"
2021-06-19 04:49:08 -04:00
c1c3890211 kafka woooooo 2021-06-09 07:51:25 -04:00
bb1cd7bc10 already starting off more right 2021-06-08 07:10:24 -04:00
c2d527e1a4 initial
why would bin and obj not be in the default gitigonre
2021-06-08 07:02:34 -04:00