Skip to content

nitram509/blil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BliL - Blinking Light

A command line client, which can control a blinkstick and/or compatible devices, written in GO, works on Windows and Mac OS X

Build status

Build Status

License

The MIT License (MIT)

blil - command line

Usage:

usage: blil [<flags>]

Flags:
  --help              Show help.
  --set-color=SET-COLOR  
                      Set color for device. The format must be "#rrggbb", "random", "off" or an CSS3 color keyword, e.g. "green"
  --list-colors       List all available CSS3 color keywords, as defined in http://www.w3.org/TR/css3-color/
  -l, --list-devices  List all connected devices
  -n, --number=-1     Select device by number, starts with 0, default: action is applied to all
  -p, --path="<<no-path>>"  
                      Select device by path (the path is platform dependant)
  --version           Show application version.

installation

There are no pre-build binaries available at the moment, so you have to download the sources and build from scratch. This is quite easy, since it just requires a Go runtime, to be downloaded from https://golang.org/dl/

requirements

  • Go 1.14 or newer
go get github.com/nitram509/blil/cmd/blil
go install github.com/nitram509/blil/cmd/blil
~/go/bin/blil --version
## 0.2.0

You might want to copy the binary ~/go/bin/blil into /usr/local/bin or add the folder to your PATH variable.

Supported devices

powered by https://github.com/boombuler/led

About

BLIL - Blinking Light: A command line tool, which can control a blinkstick and/or compatible devices, written in GO, works on Windows and Mac OS X

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published