Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k-takata/go-iscygpty

Golang port of iscygpty
https://github.com/k-takata/go-iscygpty

cygwin golang mintty

Last synced: 2 months ago
JSON representation

Golang port of iscygpty

Awesome Lists containing this project

README

        

# go-iscygpty

Golang port of iscygpty which is a part of [ptycheck](https://github.com/k-takata/ptycheck).
Check if a program running on mintty (or some other terminal) on Cygwin/MSYS.

## API

Only three functions are provided.

* `GetPipeName()`
* `IsCygwinPty()`
* `IsCygwinPtyUsed()`

See `_exapmle/example.go` for usage.

## License

[The MIT License](LICENSE)