Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/madladsquad/untitledexec
- Owner: MadLadSquad
- License: mit
- Created: 2022-02-03T12:22:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T19:39:19.000Z (about 2 months ago)
- Last Synced: 2024-10-26T06:22:19.284Z (about 2 months ago)
- Topics: c, cpp, cross-platform, execution, library, unix, windows
- Language: C++
- Homepage: https://madladsquad.com/
- Size: 102 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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).