Skip to content

vbsw/displays

Repository files navigation

Displays

GoDoc Stability: Experimental

About

Displays is a package for Go. It provides a list of displays with their current resolution. It is published on https://github.com/vbsw/displays.

Copyright

Copyright 2021 Vitali Baumtrok (vbsw@mailbox.org).

Displays is distributed under the Boost Software License, version 1.0. (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)

Displays is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Boost Software License for more details.

Using Git

Get the master branch and all refs of this project:

$ git clone https://github.com/vbsw/displays.git

See all tags:

$ git tag -l

See local and remote branches:

$ git branch -a

Checkout other branches than master, for example the development branch:

$ git branch development origin/development
$ git checkout development

See tracked remote branches:

$ git branch -vv

Update all tracked branches and all refs:

$ git fetch

References