An open API service indexing awesome lists of open source software.

https://github.com/haunt98/resolution-go


https://github.com/haunt98/resolution-go

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# resolution

[![Go](https://github.com/haunt98/resolution-go/workflows/Go/badge.svg?branch=main)](https://github.com/actions/setup-go)
[![Go Reference](https://pkg.go.dev/badge/github.com/haunt98/resolution-go.svg)](https://pkg.go.dev/github.com/haunt98/resolution-go)

Play with monitor resolution.

## Install

With Go version `>= 1.16`:

```sh
go install github.com/haunt98/resolution-go/cmd/resolution@latest
```

With Go version `< 1.16`:

```sh
GO111module=on go get github.com/haunt98/resolution-go/cmd/resolution
```

## Usage

```sh
resolution [width] [height] [diagonal]
```