Giter VIP home page Giter VIP logo

consolecontrol's Introduction

ConsoleControl

Build status GuardRails badge

ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application. This console can be used for input and output for a process. It's great for making tools and utilities.

ConsoleControl Screenshot

Installing

Installing couldn't be easier, just use NuGet. You can search for 'ConsoleControl' or install directly.

For WinForms:

PM> Install-Package ConsoleControl

For WPF:

PM> Install-Package ConsoleControl.WPF

Using ConsoleControl

Once you've installed the package, the ConsoleControl will be available in the toolbox. Add a ConsoleControl to your WPF or WinForms project and call StartProcess to start a new process. The process will run and all output will be directed to the ConsoleControl. You can also optionally enable input from the control.

Developer Guide

To build, open the main ./source/ConsoleControl.sln solution to build and run any of the code or samples.

You can also use the following scripts to run the processes:

Script Notes
build.ps1 Build the solution from the command line.

You can learn how the ConsoleControl was created by reading the article Embedding a Console in a C# Application article on the CodeProject.

Creating a Release

To create a release:

  1. Update the version number in SharedAssemblyInfo.cs
  2. Create a new version tag, then push git push --follow-tags

AppVeyor will build and publish a new NuGet package and as long as a new semver tag is pushed.

consolecontrol's People

Contributors

dwmkerr avatar guardrails[bot] avatar iddesigns avatar joergpichler avatar justalemon avatar kriosym avatar webmaster442 avatar xuntar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.