-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
copyq.ini
136 lines (130 loc) · 2.66 KB
/
copyq.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
[Commands]
1\Command="
copyq:
copySelection(\"make clean\")
paste()
//bash:
//echo \"git commit -am \" | xclip -i
//xclip -o"
1\GlobalShortcut=meta+2
1\Icon=\xf15b
1\IsGlobalShortcut=true
1\Name=makeclean
10\Command="
copyq:
var otext = str(clipboard())
var test = \"source /home/Dev/libs/Scripting/emsdk/emsdk_env.sh\"
copySelection(test)
paste()"
10\GlobalShortcut=meta+6
10\Icon=\xf15b
10\IsGlobalShortcut=true
10\Name=emscripten
11\Command="
copyq:
var otext = str(clipboard())
var test = \"git clone --depth 3 \"
copySelection(test)
paste()
copySelection(otext)
paste()
//popup(\"GitHub Paste\", otext, 2 * 1000)"
11\GlobalShortcut=meta+g
11\HideWindow=true
11\Icon=\xf227
11\Input=text/plain
11\IsGlobalShortcut=true
11\Name=github
11\Shortcut=ctrl+shift+g
12\Command="
copyq:
var text = dialog('paste', str(clipboard()))
if (text) {
copy(text)
copySelection(text)
paste()
}"
12\GlobalShortcut=meta+v
12\Icon=\xf0ea
12\IsGlobalShortcut=true
12\Name=Edit and Paste
2\Command="
copyq:
copySelection(\"git push\")
paste()"
2\GlobalShortcut=meta+n
2\Icon=\xf15b
2\IsGlobalShortcut=true
2\Name=git push
3\Command="
copyq:
copySelection(\"make distclean\")
paste()
//bash:
//echo \"git commit -am \" | xclip -i
//xclip -o"
3\GlobalShortcut=meta+1
3\Icon=\xf15b
3\IsGlobalShortcut=true
3\Name=makedistclean
4\Command="
copyq:
copySelection(\"emconfigure configure\")
paste()
//bash:
//echo \"git commit -am \" | xclip -i
//xclip -o"
4\GlobalShortcut=meta+5
4\Icon=\xf15b
4\IsGlobalShortcut=true
4\Name=emscripten-cmake
5\Command="
copyq:
copySelection(\"emmake make\")
paste()
//bash:
//echo \"git commit -am \" | xclip -i
//xclip -o"
5\GlobalShortcut=meta+4
5\Icon=\xf15b
5\IsGlobalShortcut=true
5\Name=emscripten-make
6\Command="
copyq:
copySelection(\"emcmake cmake .\")
paste()
//bash:
//echo \"git commit -am \" | xclip -i
//xclip -o"
6\GlobalShortcut=meta+3
6\Icon=\xf15b
6\IsGlobalShortcut=true
6\Name=emscripten-cmake
7\Command="
copyq:
copySelection(\"git commit -am \")
paste()
//bash:
//echo \"git commit -am \" | xclip -i
//xclip -o"
7\GlobalShortcut=meta+b
7\Icon=\xf15b
7\IsGlobalShortcut=true
7\Name=git commit
8\Command="
copyq:
copySelection(\"git clone \")
paste()"
8\GlobalShortcut=meta+h
8\Icon=\xf0ea
8\IsGlobalShortcut=true
8\Name=github regular
9\Command="
copyq:
copySelection(\"git pull\")
paste()"
9\GlobalShortcut=meta+m
9\Icon=\xf15b
9\IsGlobalShortcut=true
9\Name=git pull
size=12