Commit graph

14 commits

Author SHA1 Message Date
bf0d4402ea
refactor: lots more writergate fixes - first successful build 2025-09-25 22:01:29 +02:00
8ea3356b57
fix: use line buffer for stdout and stderr by default in shell module 2025-08-05 10:01:06 +02:00
0ce522828d
build: update thespian for new cbor 2025-07-23 12:25:43 +02:00
efdad96054
refactor: improve create pattern to avoid leaks 2025-07-19 00:03:30 +02:00
50145dd176
feat: update cbor to add support for allocating extraction of arrays 2025-07-14 18:02:22 +02:00
0fb10e3aa5
fix: proactive close subprocesses on early exit in shell module 2025-04-23 18:30:49 +02:00
6dfa87ce58
fix: add missing logger clean-up in shell module 2025-04-21 21:47:40 +02:00
8582d223f7
refactor: add log_execute option to shell module 2025-04-21 18:11:51 +02:00
c3cda5b7fe
build: update thespian to use separate cbor package 2025-03-26 20:41:44 +01:00
53045123c6
build: update to zig 0.14.0-dev.3039 2025-02-04 22:59:18 +01:00
2f8a581b9d
feat(tasks): add very minimal command line parser 2025-01-26 21:06:52 +01:00
a28f1db4c7
feat(tasks): stream task output to buffer in the background 2025-01-26 21:06:52 +01:00
e1f0a4d074
feat: add sample binding of shell_execute_log 2025-01-07 23:08:24 +01:00
cfc99b61dc
feat: add commands to execute shell tasks from keybindings
This is the first part of #67.
2025-01-07 22:45:29 +01:00