Restructure directory

This commit is contained in:
Tyler 2019-05-21 12:01:35 -04:00
parent 528a22ae7d
commit e5aec34450
12 changed files with 59 additions and 49 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
Building
--------
```$bash
go build -o plugin/remote.exe
zip tf.meow.remote.streamDeckPlugin plugin/*
```

View File

Before

Width:  |  Height:  |  Size: 568 B

After

Width:  |  Height:  |  Size: 568 B

View File

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

52
plugin/manifest.json Normal file
View File

@ -0,0 +1,52 @@
{
"Actions": [
{
"Icon": "images/actions/ssh",
"Name": "SSH",
"States": [
{
"Image": "ssh",
"TitleAlignment": "bottom",
"FontSize": "16"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Execute a command over SSH",
"UUID": "tf.meow.remote.ssh",
"PropertyInspectorPath": "pi/index_pi.html"
},
{
"Icon": "images/actions/website",
"Name": "Website",
"States": [
{
"Image": "website",
"TitleAlignment": "bottom",
"FontSize": "16"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Open a website on a remote computer",
"UUID": "tf.meow.remote.website",
"PropertyInspectorPath": "pi/index_pi_server.html"
}
],
"Author": "Meow.tf",
"Category": "Remote",
"CodePathWin": "remote.exe",
"Description": "Control remote systems over SSH or Daemon, executing commands, opening URLs, etc.",
"Name": "Remote",
"Icon": "images/pluginIcon",
"URL": "https://www.elgato.com/gaming/stream-deck",
"Version": "1.2",
"SDKVersion": 2,
"OS": [
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software": {
"MinimumVersion": "4.2"
}
}

View File

@ -1,49 +0,0 @@
{
"Actions": [
{
"Icon": "ssh",
"Name": "SSH",
"States": [
{
"Image": "ssh",
"TitleAlignment": "bottom",
"FontSize": "16"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Execute a command over SSH",
"UUID": "tf.meow.remote.ssh",
"PropertyInspectorPath": "index_pi.html"
},
{
"Icon": "website",
"Name": "Website",
"States": [
{
"Image": "website",
"TitleAlignment": "bottom",
"FontSize": "16"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Open a website on a remote computer",
"UUID": "tf.meow.remote.website",
"PropertyInspectorPath": "index_pi_server.html"
}
],
"Author": "Meow.tf",
"Category": "Remote",
"CodePathWin": "remote.exe",
"Description": "Control remote systems over SSH or Daemon, executing commands, opening URLs, etc.",
"PropertyInspectorPath": "index_pi.html",
"Name": "Remote",
"Icon": "pluginIcon",
"URL": "https://www.elgato.com/gaming/stream-deck",
"Version": "1.2",
"OS": [
{
"Platform": "windows",
"MinimumVersion" : "10"
}
]
}