Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lixinyang123/ptysharp
Terminal ⌨ using the Windows PTY API with CsWin32, Support Native AOT.
https://github.com/lixinyang123/ptysharp
cswin32 nativeaot pty terminal
Last synced: about 1 month ago
JSON representation
Terminal ⌨ using the Windows PTY API with CsWin32, Support Native AOT.
- Host: GitHub
- URL: https://github.com/lixinyang123/ptysharp
- Owner: lixinyang123
- Created: 2024-06-16T19:04:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T17:17:59.000Z (7 months ago)
- Last Synced: 2024-07-10T20:24:41.065Z (7 months ago)
- Topics: cswin32, nativeaot, pty, terminal
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PtySharp
Terminal using the Windows PTY API with CsWin32, Support Native AOT.
## Resources
- [Introductory blog post from Microsoft](https://blogs.msdn.microsoft.com/commandline/2018/08/02/windows-command-line-introducing-the-windows-pseudo-console-conpty/)
## System Requirements
- OS: Windows Version > 17744
- SDK: Windows SDK > 17749