An open API service indexing awesome lists of open source software.

https://github.com/afaur/zazu-gist

Create a gist using zazu (http://zazuapp.org/)
https://github.com/afaur/zazu-gist

zazu zazu-launcher zazu-plugin

Last synced: 8 months ago
JSON representation

Create a gist using zazu (http://zazuapp.org/)

Awesome Lists containing this project

README

          

## Zazu Gist

Create gists from Zazu!

### Usage

You can type in just `gist`:

![no name](./screenshots/noname.png)

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

![name](./screenshots/name.png)

### Installation

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

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

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

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