Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/mtglight
https://github.com/songmu/mtglight
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/songmu/mtglight
- Owner: Songmu
- License: mit
- Created: 2022-02-22T08:29:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T17:22:20.000Z (3 months ago)
- Last Synced: 2024-10-11T21:09:23.680Z (27 days ago)
- Language: Shell
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
mtglight
=======[![Test Status](https://github.com/Songmu/mtglight/workflows/test/badge.svg?branch=main)][actions]
[![Coverage Status](https://codecov.io/gh/Songmu/mtglight/branch/main/graph/badge.svg)][codecov]
[![MIT License](https://img.shields.io/github/license/Songmu/mtglight)][license]
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Songmu/mtglight)][PkgGoDev][actions]: https://github.com/Songmu/mtglight/actions?workflow=test
[codecov]: https://codecov.io/gh/Songmu/mtglight
[license]: https://github.com/Songmu/mtglight/blob/main/LICENSE
[PkgGoDev]: https://pkg.go.dev/github.com/Songmu/mtglightThe mtglight turn on and off the [Yeelight](https://yeelight.com/) bulb when the online meeting starts and ends in cooperation with the [OverSight](https://objective-see.org/products/oversight.html).
## Installation
```console
# Install the latest version. (Install it into ./bin/ by default).
% curl -sfL https://raw.githubusercontent.com/Songmu/mtglight/main/install.sh | sh -s# Specify installation directory ($(go env GOPATH)/bin/) and version.
% curl -sfL https://raw.githubusercontent.com/Songmu/mtglight/main/install.sh | sh -s -- -b $(go env GOPATH)/bin [vX.Y.Z]# In alpine linux (as it does not come with curl by default)
% wget -O - -q https://raw.githubusercontent.com/Songmu/mtglight/main/install.sh | sh -s [vX.Y.Z]# go install
% go install github.com/Songmu/mtglight/cmd/mtglight@latest
```## Author
[Songmu](https://github.com/Songmu)