A StreamDeck plugin which can be used to execute commands and open URLs on remote systems
Go to file
Tyler 0fa7c3973e
continuous-integration/drone/tag Build is failing Details
Update gitea-release to use tags
2019-05-21 22:39:22 -04:00
client Add support for the "Open" action 2019-05-21 19:50:47 -04:00
plugin Fix icons 2019-05-21 21:47:12 -04:00
.drone.yml Update gitea-release to use tags 2019-05-21 22:39:22 -04:00
.gitignore Initial commit 2019-05-21 00:06:20 -04:00
README.md Restructure directory 2019-05-21 12:01:35 -04:00
go.mod Initial commit 2019-05-21 00:06:20 -04:00
go.sum Initial commit 2019-05-21 00:06:20 -04:00
remote.go Add support for the "Open" action 2019-05-21 19:50:47 -04:00
server.go Add support for the "Open" action 2019-05-21 19:50:47 -04:00
ssh.go Initial commit 2019-05-21 00:06:20 -04:00

README.md

Building

go build -o plugin/remote.exe
zip tf.meow.remote.streamDeckPlugin plugin/*