Skip to content

Commit dc8423c

Browse files
committed
bump version
1 parent cdae5de commit dc8423c

File tree

2 files changed

+41
-86
lines changed

2 files changed

+41
-86
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bashdoc"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
authors = ["Dustin Knopoff <[email protected]>"]
55
description = """
66
A tool for generating documentation/help menu for user defined bash functions.

_

+40-85
Original file line numberDiff line numberDiff line change
@@ -8,103 +8,95 @@
88
"descriptors": [],
99
"params": [],
1010
"returns": [],
11-
"position": 27
11+
"position": 26
1212
},
1313
{
1414
"short_description": "zshconfig",
1515
"long_description": "open .zshrc in VSCode",
1616
"descriptors": [],
1717
"params": [],
1818
"returns": [],
19-
"position": 33
19+
"position": 32
2020
},
2121
{
2222
"short_description": "vimconfig",
2323
"long_description": "open .vimrc in vim",
2424
"descriptors": [],
2525
"params": [],
2626
"returns": [],
27-
"position": 39
27+
"position": 38
2828
},
2929
{
3030
"short_description": "docs",
3131
"long_description": "shortcut to ~/Documents folder",
3232
"descriptors": [],
3333
"params": [],
3434
"returns": [],
35-
"position": 48
35+
"position": 47
3636
},
3737
{
3838
"short_description": "svenv",
3939
"long_description": "activate virtual python environment",
4040
"descriptors": [],
4141
"params": [],
4242
"returns": [],
43-
"position": 54
43+
"position": 53
4444
},
4545
{
4646
"short_description": "update",
4747
"long_description": "update Operating System, Brew, NPM, Applications, and Pip",
4848
"descriptors": [],
4949
"params": [],
5050
"returns": [],
51-
"position": 64
51+
"position": 63
5252
},
5353
{
5454
"short_description": "cleanup",
5555
"long_description": "remove .DS_Store files from current directory",
5656
"descriptors": [],
5757
"params": [],
5858
"returns": [],
59-
"position": 70
59+
"position": 69
6060
},
6161
{
6262
"short_description": "emptytrash",
6363
"long_description": "clean the trash",
6464
"descriptors": [],
6565
"params": [],
6666
"returns": [],
67-
"position": 76
67+
"position": 75
6868
},
6969
{
7070
"short_description": "helpme",
7171
"long_description": "access cht.sh for help with commands and languages",
7272
"descriptors": [],
7373
"params": [],
7474
"returns": [],
75-
"position": 83
75+
"position": 82
7676
},
7777
{
7878
"short_description": "cloud",
7979
"long_description": "shortcut to iCloud documents",
8080
"descriptors": [],
8181
"params": [],
8282
"returns": [],
83-
"position": 89
83+
"position": 88
8484
},
8585
{
8686
"short_description": "notes",
8787
"long_description": "shortcut to exported Notes",
8888
"descriptors": [],
8989
"params": [],
9090
"returns": [],
91-
"position": 95
91+
"position": 94
9292
},
9393
{
9494
"short_description": "gits",
9595
"long_description": "Shortcut to ~/Documents/Gits",
9696
"descriptors": [],
9797
"params": [],
9898
"returns": [],
99-
"position": 101
100-
},
101-
{
102-
"short_description": "csh",
103-
"long_description": "Shortcut to CCIS Servers",
104-
"descriptors": [],
105-
"params": [],
106-
"returns": [],
107-
"position": 107
99+
"position": 100
108100
},
109101
{
110102
"short_description": "glsnips()",
@@ -117,15 +109,15 @@
117109
}
118110
],
119111
"returns": [],
120-
"position": 138
112+
"position": 125
121113
},
122114
{
123115
"short_description": "bip()",
124116
"long_description": "Fuzzy search brew",
125117
"descriptors": [],
126118
"params": [],
127119
"returns": [],
128-
"position": 168
120+
"position": 151
129121
},
130122
{
131123
"short_description": "allgits()",
@@ -138,7 +130,20 @@
138130
}
139131
],
140132
"returns": [],
141-
"position": 183
133+
"position": 166
134+
},
135+
{
136+
"short_description": "xi()",
137+
"long_description": "Open a document in Xi",
138+
"descriptors": [],
139+
"params": [
140+
{
141+
"key": "path",
142+
"value": "file path to open"
143+
}
144+
],
145+
"returns": [],
146+
"position": 175
142147
},
143148
{
144149
"short_description": "fs()",
@@ -171,7 +176,7 @@
171176
],
172177
"params": [],
173178
"returns": [],
174-
"position": 212
179+
"position": 200
175180
},
176181
{
177182
"short_description": "2mp4()",
@@ -184,7 +189,7 @@
184189
}
185190
],
186191
"returns": [],
187-
"position": 258
192+
"position": 246
188193
},
189194
{
190195
"short_description": "gitrm()",
@@ -197,39 +202,39 @@
197202
}
198203
],
199204
"returns": [],
200-
"position": 275
205+
"position": 263
201206
},
202207
{
203208
"short_description": "pygnore()",
204209
"long_description": "Generate a .gitignore file for python projects",
205210
"descriptors": [],
206211
"params": [],
207212
"returns": [],
208-
"position": 284
213+
"position": 272
209214
},
210215
{
211216
"short_description": "fbr()",
212217
"long_description": "Fuzzy search git branches",
213218
"descriptors": [],
214219
"params": [],
215220
"returns": [],
216-
"position": 293
221+
"position": 281
217222
},
218223
{
219224
"short_description": "fshow()",
220225
"long_description": "Preview git tree",
221226
"descriptors": [],
222227
"params": [],
223228
"returns": [],
224-
"position": 306
229+
"position": 294
225230
},
226231
{
227232
"short_description": "fstat()",
228233
"long_description": "Show uncommitted files",
229234
"descriptors": [],
230235
"params": [],
231236
"returns": [],
232-
"position": 323
237+
"position": 311
233238
},
234239
{
235240
"short_description": "gi()",
@@ -242,7 +247,7 @@
242247
}
243248
],
244249
"returns": [],
245-
"position": 345
250+
"position": 333
246251
},
247252
{
248253
"short_description": "setgit()",
@@ -255,7 +260,7 @@
255260
}
256261
],
257262
"returns": [],
258-
"position": 367
263+
"position": 343
259264
},
260265
{
261266
"short_description": "gup()",
@@ -268,7 +273,7 @@
268273
}
269274
],
270275
"returns": [],
271-
"position": 376
276+
"position": 352
272277
},
273278
{
274279
"short_description": "psman()",
@@ -281,60 +286,10 @@
281286
}
282287
],
283288
"returns": [],
284-
"position": 386
285-
},
286-
{
287-
"short_description": "ppundo()",
288-
"long_description": "Fuzzy search for recent packages installed. On selection, uninstall",
289-
"descriptors": [],
290-
"params": [
291-
{
292-
"key": "pkg",
293-
"value": "package manager (npm, pip, cargo, etc.)"
294-
}
295-
],
296-
"returns": [],
297-
"position": 395
298-
},
299-
{
300-
"short_description": "fop()",
301-
"long_description": "Fuzzy search 1Password",
302-
"descriptors": [],
303-
"params": [],
304-
"returns": [],
305-
"position": 406
306-
},
307-
{
308-
"short_description": "cdoc()",
309-
"long_description": "Generate private cargo documentation with no dependencies",
310-
"descriptors": [],
311-
"params": [],
312-
"returns": [],
313-
"position": 417
314-
},
315-
{
316-
"short_description": "cmds()",
317-
"long_description": "fuzzy search for a command",
318-
"descriptors": [],
319-
"params": [],
320-
"returns": [],
321-
"position": 430
322-
},
323-
{
324-
"short_description": "csearch()",
325-
"long_description": "fuzzy search cargo",
326-
"descriptors": [],
327-
"params": [
328-
{
329-
"key": "name",
330-
"value": "name to search cargo for"
331-
}
332-
],
333-
"returns": [],
334-
"position": 439
289+
"position": 362
335290
}
336291
],
337-
"filename": ".zshrc"
292+
"filename": "zshrc"
338293
}
339294
]
340295
}

0 commit comments

Comments
 (0)