Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterfox/litra

A small utility to for the Logitech Litra written in Go
https://github.com/peterfox/litra

cli go golang lighting logitech

Last synced: 5 days ago
JSON representation

A small utility to for the Logitech Litra written in Go

Awesome Lists containing this project

README

        

# Litra

Just a simple utility to work with the Logitech Litra Glow light.

## Install

### Brew

You can install via brew.

```sh
brew tap peterfox/litra
brew install litra
```

## Usage

```shell
$ litra on
$ litra off
$ litra toggle
```

## Build

```shell
go get .
go build -v .
```

## License

MIT