Skip to content

afaur/zazu-gist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zazu Gist

Create gists from Zazu!

Usage

You can type in just gist:

no name

You can also specify a file name gist hello.txt.

name

Installation

If you are okay with making your gists anonymous, and possibly getting rate-limited you can install this plugin normally:

"plugins": [
  "afaur/zazu-gist"
]

If you want the gist under your account, specify an API token like this:

"plugins": [
  {
    "name": "afaur/zazu-gist",
    "variables": {
      "token": "6fac18b7a5522c61b55bd407d6b47f5309f22fc1",
    }
  }
]

Releases

No releases published

Packages

No packages published