Registry / utility / ptyqt
library0.7.1vcpkgunverified

C++ library for working with pseudo terminals, built on Qt.

vcpkg install ptyqt
INSTALL
IMPORT
SIG · PTYQT
P
ptyqt
utilitycppv0.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PtyQt.h
#include <PtyQt.h>

Start a bash shell and read output

#include <PtyQt.h> #include <QCoreApplication> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); PtyQt pty; pty.start("/bin/bash"); pty.write("echo hello\n"); QObject::connect(&pty, &PtyQt::readyRead, [&]() { qDebug() << pty.readAll(); app.quit(); }); return app.exec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
7
Amazon
1
Resources

No resource links recorded.

ptyqt — pip install ptyqt · libregistry