diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-09-29 09:49:36 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-09-29 09:49:36 +0000 |
commit | 8b39f25ee75d7db1eff68aaa71b92d3282e4c054 (patch) | |
tree | 75e5fd2f66210a5d7170f92c40903fe9fe1c5b57 /trunk/sequel-pro.scriptTerminology | |
parent | c0e7a42a5deba6b1529db959411a416ab114edba (diff) | |
download | sequelpro-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-x | trunk/sequel-pro.scriptTerminology | 31 |
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 |