Skip to content

cschneid/gist-it

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gist It

Quickly and easily post files from Atom to GitHub Gists.

Commands

  • Gist Current File (⌥⌘G) Gists the contents of the current file in the editor

  • Gist Selection (⇧⌥⌘G) Gists the contents of the current selection. If more than one selection is active, uses the most recent one.

  • Gist Open Buffers Creates a gist with the content of all buffers in the active workspace

Using Your GitHub Account

Gist It will post gists anonymously by default, to post to your own GitHub account generate a new token with the gists scope and copy it into the package's preferences (see the section below if you have trouble finding these).

Preferences

To configure your preferences for Gist It, open the Atom preferences with ⌘, and select 'Gist It' from the sidebar. From there you can modify a variety of settings:

  • New Gists Default To Private (Boolean) By default, new gists will be public. you can change this option manually when creating the gist, or set it to instead default to private by enabling this option.

  • User Token (String) This field allows the user to enter a custom generated OAuth token to have Gists attributed to their GitHub account. A token can be created here and must include the gist scope.

Packages

No packages published

Languages

  • CoffeeScript 95.5%
  • CSS 4.5%