You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\fBgist\fR can be used to create gists on gist.github.com from the command
275
-
line. There are two primary methods of creating gists.
282
+
\fBgist\fR can be used to create gists on gist\.github\.com from the command line\. There are two primary methods of creating gists\.
276
283
.
277
284
.P
278
-
If standard input is supplied, it will be used as the content of the
279
-
new gist. If \fIFILE\fR is provided, the content of that file will be used
280
-
to create the gist.
285
+
If standard input is supplied, it will be used as the content of the new gist\. If \fIFILE\fR is provided, the content of that file will be used to create the gist\.
281
286
.
282
287
.P
283
-
Once your gist is successfully created, the URL will be copied to your
284
-
clipboard. If you are on OS X, \fBgist\fR will open the gist in your
285
-
browser, too.
288
+
Once your gist is successfully created, the URL will be copied to your clipboard\. If you are on OS X, \fBgist\fR will open the gist in your browser, too\.
286
289
.
287
290
.SH "OPTIONS"
288
-
\fBgist\fR's default mode of operation is to read content from standard
289
-
input and create a public, text gist from it, tied to your GitHub
290
-
account if you user and token are provided (see \fBCONFIGURATION\fR).
291
+
\fBgist\fR\'s default mode of operation is to read content from standard input and create a public, text gist from it, tied to your GitHub account if you user and token are provided (see \fBCONFIGURATION\fR)\.
291
292
.
292
293
.P
293
294
These options can be used to change this behavior:
294
295
.
295
296
.TP
296
297
\fB\-p\fR, \fB\-\-private\fR
297
-
Create a private gist instead of a public gist.
298
+
Create a private gist instead of a public gist\.
298
299
.
299
300
.TP
300
301
\fB\-t\fR, \fB\-\-type\fR
301
-
Set the file extension explicitly. Passing a type of \fBrb\fR ensure
302
-
the gist is created as a Ruby file.
302
+
Set the file extension explicitly\. Passing a type of \fBrb\fR ensure the gist is created as a Ruby file\.
303
303
.
304
304
.TP
305
305
\fB\-o\fR, \fB\-\-[no\-]open\fR
306
-
Open the gist in your browser after creation. Or don't. Defaults
307
-
to \-\-open
306
+
Open the gist in your browser after creation\. Or don\'t\. Defaults to \-\-open
308
307
.
309
308
.P
310
309
You may additionally ask for help:
311
310
.
312
311
.TP
313
312
\fB\-h\fR, \fB\-\-help\fR
314
-
Print help.
313
+
Print help\.
315
314
.
316
315
.TP
317
316
\fB\-m\fR, \fB\-\-man\fR
318
-
Display this man page.
317
+
Display this man page\.
319
318
.
320
319
.SH "AUTHENTICATION"
321
320
There are two ways to set GitHub user and token info:
@@ -324,9 +323,7 @@ There are two ways to set GitHub user and token info:
0 commit comments