Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.