summaryrefslogtreecommitdiff
path: root/src/process.vala
AgeCommit message (Collapse)Author
2024-09-01move libastal to /coreAylur
starting point of the monorepo
2024-08-22feat: async Process.execAylur
the exec_async function was not truly async but a signal based one
2024-08-11feat: Process.signalAylur
expose Gio.Subprocess.send_signal
2024-07-31fix(process): execAylur
throw stdout as error
2024-05-19init 0.1.0Aylur