A StreamDeck plugin which can be used to execute commands and open URLs on remote systems
Go to file
Tyler d9a3ace7c8
continuous-integration/drone/push Build is passing Details
Fix title file
2019-05-29 22:30:42 -04:00
client Add support for the "Open" action 2019-05-21 19:50:47 -04:00
plugin Fix title file 2019-05-29 22:30:42 -04:00
.drone.yml Fix title file 2019-05-29 22:30:42 -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/*