Bug#969941: ITP: golang-github-elisescu-pty -- Golang package for using Unix pseudo-terminals

2020-10-16 Thread Francisco Vilmar Cardoso Ruviaro
Hi,

as an informational, golang-github-elisescu-pty-dev is one of the Build-Depends
for tty-share.


Debian Bug report logs - #969942
ITP: tty-share -- Terminal sharing over the Internet
https://bugs.debian.org/969942

Regards,
-- 
Francisco Vilmar Cardoso Ruviaro 
4096R: 1B8C F656 EF3B 8447 2F48 F0E7 82FB F706 0B2F 7D00



Bug#969941: ITP: golang-github-elisescu-pty -- Golang package for using Unix pseudo-terminals

2020-09-09 Thread Francisco Vilmar Cardoso Ruviaro
Package: wnpp
Severity: wishlist
Owner: Francisco Vilmar Cardoso Ruviaro 
X-Debbugs-Cc: debian-de...@lists.debian.org, francisco.ruvi...@riseup.net

* Package name: golang-github-elisescu-pty
  Version : 1.0.2
  Upstream Author : Vasile Popescu 
* URL : https://github.com/elisescu/pty
* License : Expat
  Programming Lang: Go
  Description : Golang package for using Unix pseudo-terminals

Package pty provides functions for working with Unix terminals.
.
Functions include:
  * Open a pty and its corresponding tty.
  * Assign a pseudo-terminal tty to stdin, stdout, and stderr.
  * Execute the commands with assigned tty and get the corresponding pty.
  * Set and resize the pty to the specified size.