A StreamDeck plugin which can be used to execute commands and open URLs on remote systems
Go to file
Tyler d75639846c
continuous-integration/drone/push Build is passing Details
Fix build version for tag
2019-05-29 22:15:39 -04:00
client Add support for the "Open" action 2019-05-21 19:50:47 -04:00
plugin Use new drone plugin for releases 2019-05-29 21:52:51 -04:00
.drone.yml Fix build version for tag 2019-05-29 22:15:39 -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/*