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

https://github.com/fps/qsimpleprocess

A small wrapper around QProcess to ease an often needed usecase..
https://github.com/fps/qsimpleprocess

Last synced: 3 days ago
JSON representation

A small wrapper around QProcess to ease an often needed usecase..

Awesome Lists containing this project

README

          

QSimpleProcess
==============

A small wrapper around QProcess to ease an often needed usecase:

- spawn a process
- write some stdin
- close stdin
- capture all stdout and stderr