Casual-Autopsy commited on
Commit
4c8659e
·
verified ·
1 Parent(s): 185bc07

Add ST Tools

Browse files
ST/Auto-Paste.ahk ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #SingleInstance Force
2
+ #Requires AutoHotKey v2.0+
3
+
4
+ previousClipboard := A_Clipboard
5
+ targetWindow := ""
6
+ grabToggle := true
7
+
8
+ CheckClipboard() {
9
+ global previousClipboard
10
+ currentClipboard := A_Clipboard
11
+
12
+ if (currentClipboard != previousClipboard) {
13
+ previousClipboard := currentClipboard
14
+ HandleClipboardChange(currentClipboard)
15
+ }
16
+ }
17
+
18
+ HandleClipboardChange(currentClipboard) {
19
+ win := WinExist("SillyTavern")
20
+ if (win AND grabToggle) {
21
+ WinActivate(win)
22
+
23
+ WinWaitActive(win)
24
+
25
+ Send(currentClipboard)
26
+
27
+ Sleep(500)
28
+
29
+ Send("{Enter}")
30
+
31
+ Sleep(500)
32
+
33
+ WindowSwitchBack()
34
+ }
35
+ }
36
+
37
+ WindowSwitchBack() {
38
+ global targetWindow
39
+ win := WinExist(targetWindow)
40
+ if (win) {
41
+ WinActivate(win)
42
+
43
+ WinWaitActive(win)
44
+ }
45
+ }
46
+
47
+ SetTimer(CheckClipboard, 500)
48
+
49
+ ^!T:: {
50
+ global targetWindow
51
+ targetWindow := WinGetTitle("A")
52
+ MsgBox("Target window set to: " targetWindow,,"T2")
53
+ }
54
+
55
+ ^!E:: {
56
+ global grabToggle
57
+ if (grabToggle) {
58
+ grabToggle := false
59
+ MsgBox("Auto-paste: Disabled",,"T2")
60
+ } else {
61
+ grabToggle := true
62
+ MsgBox("Auto-paste: Enabled",,"T2")
63
+ }
64
+ }
ST/QRs/MTL Mes Actions.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":2,"name":"MTL Mes Actions","disableSend":false,"placeBeforeInput":false,"injectInput":false,"color":"rgba(0, 0, 0, 0)","onlyBorderColor":false,"qrList":[{"id":4,"icon":"fa-book-open-reader","showLabel":false,"label":"Chat-Pair RAG","title":"","message":"/message-get {{mes::id}} |\n/= pipe.is_user |\n/let isuser {{pipe}} |\n\n/if left={{var::isuser}} else={:\n\t/abort quiet=false QR must be used on a user role message. Aborting. |\n:}\n{:\n\t/if left={{mes::id}} right={{lastmessageid}} rule=eq {:\n\t\t/abort quiet=false No message pair. Aborting. |\n\t:}|\n:}|\n\n\n/add {{mes::id}} 1 |\n/let engid {{pipe}} |\n\n/message-get {{var::engid}} |\n/= pipe.is_user |\n/let isassist {{pipe}} |\n\n/if left=isassist {:\n\t/abort quiet=false Improper pair. Aborting. |\n:}|\n\n/message-get {{mes::id}} |\n/= pipe.name |\n/let name_user {{pipe}} |\n\n/message-get {{var::engid}} |\n/= pipe.name |\n/let name_assist {{pipe}} |\n\n\n/messages names=on {{mes::id}}-{{var::engid}} |\n\n/let mesGrab {{pipe}} |\n\n/re-replace find=\"/{{var::name_user}}: /\" replace=\"<\\|start_header_id\\|>Japanese<\\|end_header_id\\|>{{newline}}{{newline}}\" {{var::mesGrab}} |\n/re-replace find=\"/\\n\\n{{var::name_assist}}: /\" replace=\"<\\|eot_id\\|><\\|start_header_id\\|>English<\\|end_header_id\\|>{{newline}}{{newline}}\" {{pipe}} |\n\n/let mesInst \"{{pipe}}<\\|eot_id\\|>\" |\n\n/let entName \"\" |\n/input rows=1 Write data-back entry name(Recommended to use the name of the character speaking) |\n\n/if left=\"{{pipe}}\" right=\"\" rule=eq else={:\n\t/var key=entName as=string \"{{pipe}}\" |\n:}\n{:\n\t/var key=entName as=string \"Translation-Snip\" |\n:}|\n\n\n/databank-add name=\"{{var::entName}}_{{mes::id}}-{{var::engid}}\" \"{{var::mesInst}}\" |","contextList":[],"preventAutoExecute":true,"isHidden":false,"executeOnStartup":false,"executeOnUser":false,"executeOnAi":false,"executeOnChatChange":false,"executeOnGroupMemberDraft":false,"executeOnNewChat":false,"automationId":""},{"id":8,"icon":"fa-2","showLabel":false,"label":"Double Chat-Pair RAG","title":"","message":"/message-get {{mes::id}} |\n/= pipe.is_user |\n/let isuser {{pipe}} |\n\n/if left={{var::isuser}} else={:\n\t/abort quiet=false QR must be used on a user role message. Aborting. |\n:}\n{:\n\t/if left={{mes::id}} right={{lastmessageid}} rule=eq {:\n\t\t/abort quiet=false No message pair. Aborting. |\n\t:}|\n\t\n\t/add {{mes::id}} 3 |\n\t/if left={{pipe}} right={{lastMessageId}} rule=gte {:\n\t\t/abort quiet=false Not enough message pairs. Aborting. |\n\t:}|\n:}|\n\n\n/add {{mes::id}} 1 |\n/let engid {{pipe}} |\n\n/add {{mes::id}} 2 |\n/let japid2 {{pipe}} |\n\n/add {{mes::id}} 3 |\n/let engid2 {{pipe}} |\n\n\n/message-get {{var::engid}} |\n/= pipe.is_user |\n/let isassist {{pipe}} |\n\n/if left=isassist {:\n\t/abort quiet=false Improper pairs. Aborting. |\n:}|\n\n/message-get {{var::japid2}} |\n/= pipe.is_user |\n/let isuser {{pipe}} |\n\n/if left=isuser right=false rule=eq {:\n\t/abort quiet=false Improper pairs. Aborting. |\n:}|\n\n/message-get {{var::engid2}} |\n/= pipe.is_user |\n/var key=isassist {{pipe}} |\n\n/if left=isassist {:\n\t/abort quiet=false Improper pairs. Aborting. |\n:}|\n\n\n/message-get {{mes::id}} |\n/= pipe.name |\n/let name_user {{pipe}} |\n\n/message-get {{var::engid}} |\n/= pipe.name |\n/let name_assist {{pipe}} |\n\n\n/messages names=on {{mes::id}}-{{var::engid2}} |\n\n/let mesGrab {{pipe}} |\n\n/re-replace find=\"/{{var::name_user}}: /g\" replace=\"<\\|start_header_id\\|>Japanese<\\|end_header_id\\|>{{newline}}{{newline}}\" {{var::mesGrab}} |\n/re-replace find=\"/\\n\\n{{var::name_assist}}: /g\" replace=\"<\\|eot_id\\|><\\|start_header_id\\|>English<\\|end_header_id\\|>{{newline}}{{newline}}\" {{pipe}} |\n\n/let mesInst \"{{pipe}}<\\|eot_id\\|>\" |\n\n/let entName \"\" |\n/input rows=1 Write data-back entry name(Recommended to use the name of the character speaking) |\n\n/if left=\"{{pipe}}\" right=\"\" rule=eq else={:\n\t/var key=entName as=string \"{{pipe}}\" |\n:}\n{:\n\t/var key=entName as=string \"Translation-Snip\" |\n:}|\n\n\n/databank-add name=\"{{var::entName}}_{{mes::id}}-{{var::engid}}\" \"{{var::mesInst}}\" |","contextList":[],"preventAutoExecute":true,"isHidden":false,"executeOnStartup":false,"executeOnUser":false,"executeOnAi":false,"executeOnChatChange":false,"executeOnGroupMemberDraft":false,"executeOnNewChat":false,"automationId":""}],"idIndex":8}
ST/QRs/MTL.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":2,"name":"MTL","disableSend":false,"placeBeforeInput":false,"injectInput":false,"color":"rgba(0, 0, 0, 0)","onlyBorderColor":false,"qrList":[{"id":2,"showLabel":false,"label":"Hide - Full","title":"","message":"/extension-exists SillyTavern-LALib |\n\n/if left={{pipe}} else={:\n\t/popup \"LALib not installed. Use this link to download it:{{nnewline}}https://github.com/LenAnderson/SillyTavern-LALib\" |\n:}\n{:\n\t/extension-state SillyTavern-LALib |\n\t\n\t/if left={{pipe}} else={:\n\t\t/popup result=true okButton=Yes cancelButton=No LALib is disabled. Enable it now? |\n\t\t\n\t\t/if left={{pipe}} right=1 rule=eq else={:\n\t\t\t/abort quiet=false LALib not enabled. Aborting. |\n\t\t:}\n\t\t{:\n\t\t\t/extension-enable reload=true SillyTavern-LALib |\n\t\t\t/abort quiet=false LALib enabled. Rerun the script.\n\t\t:}|\n\t:}\n\t{:\n\t\n\t:}|\n:}|\n\n/let curid {{lastMessageId}} |\n\n/message-get |\n/= pipe.is_user |\n\n/if left={{pipe}} else={:\n\t/hide 0-{{var::curid}}|\n:}\n{:\n\t/sub {{var::curid}} 1 |\n\t/hide 0-{{pipe}} |\n\t/unhide {{var::curid}} |\n:}|","contextList":[],"preventAutoExecute":true,"isHidden":false,"executeOnStartup":false,"executeOnUser":false,"executeOnAi":false,"executeOnChatChange":false,"executeOnGroupMemberDraft":false,"executeOnNewChat":false,"automationId":""},{"id":14,"showLabel":false,"label":"Hide - Semi","title":"","message":"/extension-exists SillyTavern-LALib |\n\n/if left={{pipe}} else={:\n\t/popup \"LALib not installed. Use this link to download it:{{nnewline}}https://github.com/LenAnderson/SillyTavern-LALib\" |\n:}\n{:\n\t/extension-state SillyTavern-LALib |\n\t\n\t/if left={{pipe}} else={:\n\t\t/popup result=true okButton=Yes cancelButton=No LALib is disabled. Enable it now? |\n\t\t\n\t\t/if left={{pipe}} right=1 rule=eq else={:\n\t\t\t/abort quiet=false LALib not enabled. Aborting. |\n\t\t:}\n\t\t{:\n\t\t\t/extension-enable reload=true SillyTavern-LALib |\n\t\t\t/abort quiet=false LALib enabled. Rerun the script.\n\t\t:}|\n\t:}\n\t{:\n\t\n\t:}|\n:}|\n\n/let curid {{lastMessageId}} |\n\n/message-get {{var::curid}} |\n/= pipe.is_user |\n\n/if left={{pipe}} else={:\n\t/sub {{var::curid}} 9 |\n\t/let unhide_n {{pipe}} |\n\t\n\t/hide 0-{{var::curid}} |\n\t/unhide {{var::unhide_n}}-{{var::curid}} |\n:}\n{:\n\t/sub {{var::curid}} 10 |\n\t/let unhide_n {{pipe}} |\n\t\n\t/hide 0-{{var::curid}}\n\t/unhide {{var::unhide_n}}-{{var::curid}} |\n:}|","contextList":[],"preventAutoExecute":true,"isHidden":false,"executeOnStartup":false,"executeOnUser":false,"executeOnAi":false,"executeOnChatChange":false,"executeOnGroupMemberDraft":false,"executeOnNewChat":false,"automationId":""},{"id":16,"showLabel":false,"label":"Hide - Leave One","title":"","message":"/extension-exists SillyTavern-LALib |\n\n/if left={{pipe}} else={:\n\t/popup \"LALib not installed. Use this link to download it:{{nnewline}}https://github.com/LenAnderson/SillyTavern-LALib\" |\n:}\n{:\n\t/extension-state SillyTavern-LALib |\n\t\n\t/if left={{pipe}} else={:\n\t\t/popup result=true okButton=Yes cancelButton=No LALib is disabled. Enable it now? |\n\t\t\n\t\t/if left={{pipe}} right=1 rule=eq else={:\n\t\t\t/abort quiet=false LALib not enabled. Aborting. |\n\t\t:}\n\t\t{:\n\t\t\t/extension-enable reload=true SillyTavern-LALib |\n\t\t\t/abort quiet=false LALib enabled. Rerun the script.\n\t\t:}|\n\t:}\n\t{:\n\t\n\t:}|\n:}|\n\n/let curid {{lastmessageid}} |\n\n/message-get {{var::curid}} |\n/= pipe.is_user |\n\n\n/if left={{pipe}} else={:\n\t/sub {{var::curid}} 1 |\n\t/let unhide_n {{pipe}} |\n\t\n\t/hide 0-{{var::curid}} |\n\t/unhide {{var::unhide_n}}-{{var::curid}} |\n:}\n{:\n\t/sub {{var::curid}} 2 |\n\t/let unhide_n {{pipe}} |\n\t\n\t/hide 0-{{var::curid}} |\n\t/unhide {{var::unhide_n}}-{{var::curid}} |\n:}|","contextList":[],"preventAutoExecute":true,"isHidden":false,"executeOnStartup":false,"executeOnUser":false,"executeOnAi":false,"executeOnChatChange":false,"executeOnGroupMemberDraft":false,"executeOnNewChat":false,"automationId":""},{"id":4,"showLabel":false,"label":"Reload","title":"","message":"/chat-reload","contextList":[],"preventAutoExecute":true,"isHidden":false,"executeOnStartup":false,"executeOnUser":false,"executeOnAi":false,"executeOnChatChange":false,"executeOnGroupMemberDraft":false,"executeOnNewChat":false,"automationId":""},{"id":20,"showLabel":false,"label":"Data Bank - Wipe","title":"","message":"/branch-create |\n\n/input defauly={{pipe}} rows=1 \"Set name for the branch with wipped Data Bank.\" |\n\n/if left={{pipe}} {:\n\t/renamechat {{pipe}} |\n:}|\n\n/databank-list source=chat field=name |\n\n/foreach {{pipe}} {: it= i=\n\t/databank-delete source=chat {{pipe}} |\n:}|","contextList":[],"preventAutoExecute":true,"isHidden":false,"executeOnStartup":false,"executeOnUser":false,"executeOnAi":false,"executeOnChatChange":false,"executeOnGroupMemberDraft":false,"executeOnNewChat":false,"automationId":""}],"idIndex":20}
ST/Recommended Extensions.txt ADDED
File without changes
ST/Required Extensions.txt ADDED
File without changes