Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterfox/litra
- Owner: peterfox
- License: mit
- Created: 2023-09-16T12:05:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-17T09:38:02.000Z (about 1 year ago)
- Last Synced: 2024-10-12T11:34:36.909Z (about 1 month ago)
- Topics: cli, go, golang, lighting, logitech
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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