Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawamataryo/alfred-gyazo-uploader
Alfred-workflow for easy file uploading to Gyazo.
https://github.com/kawamataryo/alfred-gyazo-uploader
alfred alfred-workflow gyazo
Last synced: 2 months ago
JSON representation
Alfred-workflow for easy file uploading to Gyazo.
- Host: GitHub
- URL: https://github.com/kawamataryo/alfred-gyazo-uploader
- Owner: kawamataryo
- License: mit
- Created: 2020-12-06T14:46:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T17:17:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-04T19:52:49.593Z (2 months ago)
- Topics: alfred, alfred-workflow, gyazo
- Language: JavaScript
- Homepage:
- Size: 491 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred-gyazo-uploader
![](https://i.gyazo.com/4ce3e6ee776197bb1269b63fb1943ca7.png)
Alfred-workflow for easy file uploading to [Gyazo](https://gyazo.com).
## Features
- Upload selected jpeg, png and gif files to Gyazo
- Paste the public URL of the uploaded image to the clipboard in Markdown format![](https://i.gyazo.com/e4cf93b2f2b5ca0b430f62446d0efce0.gif)
## Install
Requires the Alfred 3 or 4 [Powerpack](https://www.alfredapp.com/powerpack/), [Node.js](https://nodejs.org) 12+.### Manually
[download the workflow directly](https://github.com/kawamataryo/alfred-gyazo-uploader/releases).### With NPM
~~Install with npm.~~**2020/12/07**
Installation on npm will fail because of this [issue](https://github.com/SamVerschueren/alfred-link/issues/22).
Please install manually from [here](https://github.com/kawamataryo/alfred-gyazo-uploader/releases)```
$ npm i -g alfred-gyazo-uploader
```## Usage
1. Select images file on finder
2. Open alfred and type `gyazou` and press the Enter key
3. The selected image will be uploaded to Gyazo
4. The public URL of the file on Gyazo will be copied to clipboard## Configuration
You need to set the following environment variables before use.|name|default|value|
|---|---|---|
|GYAZO_API_TOKEN | - | Set the Gyazo API TOKEN. Get the API token [here](https://gyazo.com/api?lang=en). |![](https://i.gyazo.com/bfd53087ad1706d422a5644d2c3d04b5.png)
## Related
- [alfy](https://github.com/sindresorhus/alfy) - Create Alfred workflows with ease
- [gyazo-api](https://www.npmjs.com/package/gyazo-api) - Gyazo API wrapper for Node## License
MIT ©