aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/sequel-pro.scriptTerminology
diff options
context:
space:
mode:
authorabhibeckert <abhi@abhibeckert.com>2008-09-29 09:49:36 +0000
committerabhibeckert <abhi@abhibeckert.com>2008-09-29 09:49:36 +0000
commit8b39f25ee75d7db1eff68aaa71b92d3282e4c054 (patch)
tree75e5fd2f66210a5d7170f92c40903fe9fe1c5b57 /trunk/sequel-pro.scriptTerminology
parentc0e7a42a5deba6b1529db959411a416ab114edba (diff)
downloadsequelpro-8b39f25ee75d7db1eff68aaa71b92d3282e4c054.tar.gz
sequelpro-8b39f25ee75d7db1eff68aaa71b92d3282e4c054.tar.bz2
sequelpro-8b39f25ee75d7db1eff68aaa71b92d3282e4c054.zip
tag release candidate 2 of 0.9.2 releaserelease-0.9.2
Diffstat (limited to 'trunk/sequel-pro.scriptTerminology')
-rwxr-xr-xtrunk/sequel-pro.scriptTerminology31
1 files changed, 31 insertions, 0 deletions
diff --git a/trunk/sequel-pro.scriptTerminology b/trunk/sequel-pro.scriptTerminology
new file mode 100755
index 00000000..764e451a
--- /dev/null
+++ b/trunk/sequel-pro.scriptTerminology
@@ -0,0 +1,31 @@
+{
+ "Name" = "Sequel Pro suite";
+ "Description" = "Suite for handling tunnel management";
+ "Classes" = {
+ "MainController" = {
+ "Name" = "application";
+ "PluralName" = "applications";
+ "Description" = "Sequel Pro application";
+ };
+ };
+ "Commands" = {
+ "authenticate" = {
+ "Name" = "authenticate";
+ "Description" = "Open the dialog asking for password or passphrase";
+ "Arguments" = {
+ "query" = {
+ "Name" = "query phrase";
+ "Description" = "The string to show in the dialog";
+ };
+ "fifo" = {
+ "Name" = "fifo";
+ "Description" = "The FIFO file where expecting the passphrase";
+ };
+ "tunnelName" = {
+ "Name" = "tunnel";
+ "Description" = "Tunnel's name";
+ };
+ };
+ };
+ };
+} \ No newline at end of file