|
1 | 1 | .\" generated with Ronn/v0.7.3
|
2 | 2 | .\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3 | 3 | .
|
4 |
| -.TH "BASH\-SNIPPETS" "1" "December 2017" "ff" "" |
| 4 | +.TH "BASH\-SNIPPETS" "1" "April 2020" "" "" |
5 | 5 | .
|
6 | 6 | .SH "NAME"
|
7 | 7 | \fBbash\-snippets\fR \- A collection of small bash scripts for heavy terminal users
|
@@ -274,6 +274,91 @@ Example: geo \-a 8\.8\.8\.8 \-o city,zip,isp
|
274 | 274 | .
|
275 | 275 | .IP "" 0
|
276 | 276 | .
|
| 277 | +.SS "Gist" |
| 278 | +Description: Manage your gists with git and Github API v3 |
| 279 | +. |
| 280 | +.P |
| 281 | +Usage: gist [command] [args] |
| 282 | +. |
| 283 | +.IP "\(bu" 4 |
| 284 | +[star|all] List your gists, use \'star\' as argument for your starred gists, \'all\' or \'a\' for both your and starred gists\. Format for each line is: \fIINDEX\fR \fIURL\fR \fIFILE_NUM\fR \fICOMMENT_NUM\fR \fIDESCRIPTION\fR |
| 285 | +. |
| 286 | +.IP "\(bu" 4 |
| 287 | +fetch Update the local list of your gists, \'star\' as argument for your starred gists |
| 288 | +. |
| 289 | +.IP "\(bu" 4 |
| 290 | +\fIINDEX\fR Show the path of local gist repo and do custom actions |
| 291 | +. |
| 292 | +.IP "\(bu" 4 |
| 293 | +new Create a new gist with files or STDIN |
| 294 | +. |
| 295 | +.IP "\(bu" 4 |
| 296 | +grep Grep gists by description, filename and content with a given pattern |
| 297 | +. |
| 298 | +.IP "\(bu" 4 |
| 299 | +tag Modify/List tags for a gist |
| 300 | +. |
| 301 | +.IP "\(bu" 4 |
| 302 | +tags List all tags and pinned tags |
| 303 | +. |
| 304 | +.IP "\(bu" 4 |
| 305 | +pin, Pin/Unpin tags, or filter gists with pinned tags |
| 306 | +. |
| 307 | +.IP "\(bu" 4 |
| 308 | +lan Filter gists or list gist with coding languages |
| 309 | +. |
| 310 | +.IP "\(bu" 4 |
| 311 | +detail Show the detail of a gist |
| 312 | +. |
| 313 | +.IP "\(bu" 4 |
| 314 | +edit Edit description for a gist |
| 315 | +. |
| 316 | +.IP "\(bu" 4 |
| 317 | +delete Delete gists by given indices |
| 318 | +. |
| 319 | +.IP "\(bu" 4 |
| 320 | +push Push changes by git |
| 321 | +. |
| 322 | +.IP "\(bu" 4 |
| 323 | +clean Clean local repos of removed gists |
| 324 | +. |
| 325 | +.IP "\(bu" 4 |
| 326 | +config Do configuration |
| 327 | +. |
| 328 | +.IP "\(bu" 4 |
| 329 | +user Get list of gists with a given Github user |
| 330 | +. |
| 331 | +.IP "\(bu" 4 |
| 332 | +github Import selected gist as a new Github repo |
| 333 | +. |
| 334 | +.IP "\(bu" 4 |
| 335 | +help Show the helper message |
| 336 | +. |
| 337 | +.IP "" 0 |
| 338 | +. |
| 339 | +.P |
| 340 | +Example: |
| 341 | +. |
| 342 | +.IP "\(bu" 4 |
| 343 | +gist (Show your gists) |
| 344 | +. |
| 345 | +.IP "\(bu" 4 |
| 346 | +gist tag (Show your gists with tags) |
| 347 | +. |
| 348 | +.IP "\(bu" 4 |
| 349 | +gist fetch (update the list of gists from github\.com) |
| 350 | +. |
| 351 | +.IP "\(bu" 4 |
| 352 | +gist 3 (show the repo path of your 3rd gist, and do custom actions) |
| 353 | +. |
| 354 | +.IP "\(bu" 4 |
| 355 | +gist 3 \-\-no\-action (show the repo path of your 3rd gist, and do not perform actions) |
| 356 | +. |
| 357 | +.IP "\(bu" 4 |
| 358 | +gist new \-\-desc bar foo (create a new gist with files and description) |
| 359 | +. |
| 360 | +.IP "" 0 |
| 361 | +. |
277 | 362 | .SS "Lyrics"
|
278 | 363 | Description: Fetch lyrics for a certain song\.
|
279 | 364 | .
|
|
0 commit comments