Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/k-takata/go-iscygpty
- Owner: k-takata
- License: mit
- Created: 2016-06-25T08:36:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T10:44:54.000Z (about 8 years ago)
- Last Synced: 2024-06-20T08:14:03.488Z (6 months ago)
- Topics: cygwin, golang, mintty
- Language: Go
- Size: 3.91 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)