Categorygithub.com/unix-streamdeck/streamdeckui
modulepackage
1.0.1
Repository: https://github.com/unix-streamdeck/streamdeckui.git
Documentation: pkg.go.dev

# README

StreamDeck UI

This repository contains a graphical configuration tool for the StreamDeck devices that works on Unix, Linux and other OS. It is a work heavily in progress and we welcome any contributions.

Dependencies

dbus & zenity

Usage

To use the streamdeck on unix you will need to have a daemon running. This GUI is built to work with unix-streamdeck/streamdeckd, the install steps are the following to build from code. You will only need a Go compiler.

$ go get github.com/unix-streamdeck/streamdeckd
$ `go env path`/bin/streamdeckd

Once that is running (you should probably plug in your streamdeck device first) you can install this package

$ go get github.com/unix-streamdeck/streamdeckui
$ `go env path`/bin/streamdeckui

Screenshot

# Structs

No description provided by the author