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/)
- Host: GitHub
- URL: https://github.com/afaur/zazu-gist
- Owner: afaur
- Created: 2017-02-12T01:29:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T20:21:35.000Z (over 9 years ago)
- Last Synced: 2025-04-14T03:41:35.542Z (about 1 year ago)
- Topics: zazu, zazu-launcher, zazu-plugin
- Language: JavaScript
- Homepage:
- Size: 114 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Zazu Gist
Create gists from Zazu!
### Usage
You can type in just `gist`:

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

### 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",
}
}
]
~~~