blamarche / Go-Term

Wrapper and utilities related to Unix terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-Term

Wraps system calls to get information and control about the Unix terminal. It has been added some utilities about those system calls.

To get information about the system calls, run man termios.

Note that it is ready to working with systems Linux and Darwin. If you are using another Unix system with Go then contact me to add the defines for your system.

Installation

goinstall github.com/kless/Go-Term/term

It should be checked that the tests are passed to know if it works with both system and terminal:

cd $GOROOT/src/pkg/github.com/kless/Go-Term/term &&
gotest -v && make clean && cd -

Operating instructions

Nothing.

Copyright and licensing

Copyright 2010 The "Go-Term" Authors. See file AUTHORS and CONTRIBUTORS.
Unless otherwise noted, the source files are distributed under the Apache License, version 2.0 found in the LICENSE file.


Generated by GoWizard

About

Wrapper and utilities related to Unix terminal

License:Apache License 2.0


Languages

Language:Go 100.0%