A StreamDeck plugin which can be used to execute commands and open URLs on remote systems
Go to file
Tyler 6f290b4d0d Fix issue with data selector requiring quotes 2019-05-21 19:52:37 -04:00
client Add support for the "Open" action 2019-05-21 19:50:47 -04:00
plugin Fix issue with data selector requiring quotes 2019-05-21 19:52:37 -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/*