Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madladsquad/untitledexec

A cross-platform wrapper on top of fork and exec/CreateProcess
https://github.com/madladsquad/untitledexec

c cpp cross-platform execution library unix windows

Last synced: about 1 month ago
JSON representation

A cross-platform wrapper on top of fork and exec/CreateProcess

Awesome Lists containing this project

README

        

# UntitledExec
[![CI](https://github.com/MadLadSquad/UntitledExec/actions/workflows/ci.yaml/badge.svg)](https://github.com/MadLadSquad/UntitledExec/actions/workflows/ci.yaml)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![trello](https://img.shields.io/badge/Trello-UDE-blue])](https://trello.com/b/HmfuRY2K/untitleddesktop)
[![Discord](https://img.shields.io/discord/717037253292982315.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/4wgH8ZE)

A generic cross-platform wrapper on top of fork and exec/CreateProcess. It offers the following features:
- [x] Cross-platform process creation
- [x] Cross-platform process termination
- [x] Cross-platform basic IPC(reading from STDOUT and STDERR and writing to STDIN)
- [x] Full C and C++ APIs

## Installation and usage
You can find all information on the [wiki](https://github.com/MadLadSquad/UntitledExec/wiki).