Fork pseudoterminals in C#
Перейти к файлу
Javier 8351527849
Merge pull request #36 from microsoft/dev/jadelaga/FixNuGetSource
Update nuget.config
2024-05-14 16:53:19 -05:00
azure-pipelines Updated Symbol Archive pool to newer 1ES versions 2021-11-01 09:10:57 -07:00
dep bumped terminal commit dependency 2021-06-10 12:08:43 -07:00
src bumped terminal commit dependency 2021-06-10 12:08:43 -07:00
tools update build scripts 2020-07-30 12:16:09 -07:00
.gitignore Initial commit 2019-10-14 19:03:59 +00:00
.gitmodules add windows terminal as a submodule 2019-11-14 13:31:59 -08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2019-10-14 12:04:03 -07:00
LICENSE Initial LICENSE commit 2019-10-14 12:04:02 -07:00
README.md update readme with project info 2020-02-18 10:13:10 -08:00
SECURITY.md Initial SECURITY.md commit 2019-10-14 12:04:04 -07:00
azure-pipelines.yml remove references to master 2020-07-30 12:14:52 -07:00
cgmanifest.json add component governance file 2020-07-09 09:00:28 -07:00
global.json Merged PR 207019: Adding symbol archiving to pty net 2019-10-14 13:21:01 -07:00
init.cmd update build scripts 2020-07-30 12:16:09 -07:00
init.ps1 update build scripts 2020-07-30 12:16:09 -07:00
nuget.config Update nuget.config 2024-05-14 16:48:55 -05:00

README.md

Pty.Net

NuGet package

Pty.Net is a cross platform, .NET library providing idiomatic bindings for forkpty().

Pty.Net supports Linux, macOS, and Windows. On versions of windows older than 1809 the winpty is used. For windows 1809+ this library ships a side-by-side copy of conhost.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.