-
Notifications
You must be signed in to change notification settings - Fork 2
/
_
340 lines (340 loc) · 9.21 KB
/
_
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
{
"docs": [
{
"thedocs": [
{
"short_description": "sourcez",
"long_description": "re-initialize .zshrc file",
"descriptors": [],
"params": [],
"returns": [],
"position": 27
},
{
"short_description": "zshconfig",
"long_description": "open .zshrc in VSCode",
"descriptors": [],
"params": [],
"returns": [],
"position": 33
},
{
"short_description": "vimconfig",
"long_description": "open .vimrc in vim",
"descriptors": [],
"params": [],
"returns": [],
"position": 39
},
{
"short_description": "docs",
"long_description": "shortcut to ~/Documents folder",
"descriptors": [],
"params": [],
"returns": [],
"position": 48
},
{
"short_description": "svenv",
"long_description": "activate virtual python environment",
"descriptors": [],
"params": [],
"returns": [],
"position": 54
},
{
"short_description": "update",
"long_description": "update Operating System, Brew, NPM, Applications, and Pip",
"descriptors": [],
"params": [],
"returns": [],
"position": 64
},
{
"short_description": "cleanup",
"long_description": "remove .DS_Store files from current directory",
"descriptors": [],
"params": [],
"returns": [],
"position": 70
},
{
"short_description": "emptytrash",
"long_description": "clean the trash",
"descriptors": [],
"params": [],
"returns": [],
"position": 76
},
{
"short_description": "helpme",
"long_description": "access cht.sh for help with commands and languages",
"descriptors": [],
"params": [],
"returns": [],
"position": 83
},
{
"short_description": "cloud",
"long_description": "shortcut to iCloud documents",
"descriptors": [],
"params": [],
"returns": [],
"position": 89
},
{
"short_description": "notes",
"long_description": "shortcut to exported Notes",
"descriptors": [],
"params": [],
"returns": [],
"position": 95
},
{
"short_description": "gits",
"long_description": "Shortcut to ~/Documents/Gits",
"descriptors": [],
"params": [],
"returns": [],
"position": 101
},
{
"short_description": "csh",
"long_description": "Shortcut to CCIS Servers",
"descriptors": [],
"params": [],
"returns": [],
"position": 107
},
{
"short_description": "glsnips()",
"long_description": "Display descriptions of all Dash Snippets",
"descriptors": [],
"params": [
{
"key": "filter",
"value": "Optional keyword to fuzzy search"
}
],
"returns": [],
"position": 138
},
{
"short_description": "bip()",
"long_description": "Fuzzy search brew",
"descriptors": [],
"params": [],
"returns": [],
"position": 168
},
{
"short_description": "allgits()",
"long_description": "Git add, commit, and push",
"descriptors": [],
"params": [
{
"key": "msg",
"value": "commit message"
}
],
"returns": [],
"position": 183
},
{
"short_description": "fs()",
"long_description": "Fuzzy file and directory search",
"descriptors": [
{
"key": "CTRL-O",
"value": "to open with `open` command,"
},
{
"key": "CTRL-E",
"value": "or Enter key to open with the $EDITOR"
},
{
"key": "CTRL-S",
"value": "to search inside files"
},
{
"key": "CTRL-C",
"value": "to copy file path to clipboard"
},
{
"key": "CTRL-D",
"value": "to cd to directory of file"
},
{
"key": "CTRL-N",
"value": "to make a new markdown file."
}
],
"params": [],
"returns": [],
"position": 212
},
{
"short_description": "2mp4()",
"long_description": "Convert from gif or webm to mp4 for all in current directory",
"descriptors": [],
"params": [
{
"key": "type",
"value": "mp4 or gif"
}
],
"returns": [],
"position": 258
},
{
"short_description": "gitrm()",
"long_description": "Remove an unwanted watched folder",
"descriptors": [],
"params": [
{
"key": "filename",
"value": "file type to be removed from this folder"
}
],
"returns": [],
"position": 275
},
{
"short_description": "pygnore()",
"long_description": "Generate a .gitignore file for python projects",
"descriptors": [],
"params": [],
"returns": [],
"position": 284
},
{
"short_description": "fbr()",
"long_description": "Fuzzy search git branches",
"descriptors": [],
"params": [],
"returns": [],
"position": 293
},
{
"short_description": "fshow()",
"long_description": "Preview git tree",
"descriptors": [],
"params": [],
"returns": [],
"position": 306
},
{
"short_description": "fstat()",
"long_description": "Show uncommitted files",
"descriptors": [],
"params": [],
"returns": [],
"position": 323
},
{
"short_description": "gi()",
"long_description": ".gitignore file generator",
"descriptors": [],
"params": [
{
"key": "list",
"value": "list of types to generator gitignore of"
}
],
"returns": [],
"position": 345
},
{
"short_description": "setgit()",
"long_description": "Initialize a git directory",
"descriptors": [],
"params": [
{
"key": "giturl",
"value": "url of git repo push to"
}
],
"returns": [],
"position": 367
},
{
"short_description": "gup()",
"long_description": "set up stream of passed in branch to origin",
"descriptors": [],
"params": [
{
"key": "branch",
"value": "name of branch"
}
],
"returns": [],
"position": 376
},
{
"short_description": "psman()",
"long_description": "Open man page in Preview.app",
"descriptors": [],
"params": [
{
"key": "cli",
"value": "command line function to call man on"
}
],
"returns": [],
"position": 386
},
{
"short_description": "ppundo()",
"long_description": "Fuzzy search for recent packages installed. On selection, uninstall",
"descriptors": [],
"params": [
{
"key": "pkg",
"value": "package manager (npm, pip, cargo, etc.)"
}
],
"returns": [],
"position": 395
},
{
"short_description": "fop()",
"long_description": "Fuzzy search 1Password",
"descriptors": [],
"params": [],
"returns": [],
"position": 406
},
{
"short_description": "cdoc()",
"long_description": "Generate private cargo documentation with no dependencies",
"descriptors": [],
"params": [],
"returns": [],
"position": 417
},
{
"short_description": "cmds()",
"long_description": "fuzzy search for a command",
"descriptors": [],
"params": [],
"returns": [],
"position": 430
},
{
"short_description": "csearch()",
"long_description": "fuzzy search cargo",
"descriptors": [],
"params": [
{
"key": "name",
"value": "name to search cargo for"
}
],
"returns": [],
"position": 439
}
],
"filename": ".zshrc"
}
]
}