I would like to introduce a plugin of Sublime Text 3 for submitting files to both Gist and Slack.
GitHub: https://github.com/tanaikech/gislacks
Description
I like to use Sublime Text for developing scripts. And when I discuss about developing scripts, I often use Slack. When I submitted a script to Slack, I had saved the script to Gist as a backup. I had done manually this on my browser. Namely, I wanted to be saving the revision of script while I’m discussing about the script at Slack. One day, I wished this process had been able to be automatically run. So I created this plugin and gislack of a CLI tool.
I had created and used them by only myself, Recently, I thought that this might be useful for other developers. So I published this. If you felt this is useful, I’m glad.
Features
- Submits files to both Gist and Slack, simultaneously.
- Submits, gets and updates files for Gist.
- Submits, gets files for Slack.
- Retrieves access token from client ID and client secret for Gist and Slack.
Demo
This is a demonstration for submitting a GAS written by CoffeeScript to both Gist and Slack using Sublime Text. You can confirm that the revision of script uploaded to gist increases.