Skip to content

blamarche/Go-Term

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages