doubleyewdee / condo

Windows WPF console application and vt100 parser.
MIT License
14 stars 2 forks source link

Build Status

WPF command line shell using Windows ConPTY

This is a WPF wrapper on Windows command line applications invoked using the new and very cool ConPTY functionality in Windows 10 RS4+. The code is pretty raw and multiple things are missing, but for a light overview:

Dev notes

Prequisites to build:

Some cool sites I've found while putting this together.