Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noma4i/subslack
SublimeText Slack chat integration plugin
https://github.com/noma4i/subslack
Last synced: 3 days ago
JSON representation
SublimeText Slack chat integration plugin
- Host: GitHub
- URL: https://github.com/noma4i/subslack
- Owner: noma4i
- Created: 2014-08-15T08:43:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T09:49:16.000Z (about 10 years ago)
- Last Synced: 2024-05-08T22:15:47.191Z (6 months ago)
- Language: Python
- Size: 138 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SublimeText Slack chat plugin
SublimeText Plugin to send selected text to Slack Chat.
### Quick Start
- Clone/download plugin to your SublimeText User folder under SubSlack### Configuration
1. Go to https://api.slack.com and create new TOKEN
2. Open `Package Settings > SubSlack > Settings – Default`:```
{
"token": "YOUR_TOKEN_GOES_HERE",
"bot_name": "SublimeSlack",
"default_chat": "dev"
}
```### Hotkeys configuration
`Preferences: Package Settings > SubSlack > Key Bindings – Default`:```
{
"keys": ["command+k","command+s"],
"command": ""
}
```### Functions
- Send selected text to chat room.