Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morishin/alfred-slack-workflow
Post message to Slack via Alfred
https://github.com/morishin/alfred-slack-workflow
Last synced: 13 days ago
JSON representation
Post message to Slack via Alfred
- Host: GitHub
- URL: https://github.com/morishin/alfred-slack-workflow
- Owner: morishin
- License: bsd-3-clause
- Created: 2016-07-03T14:56:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T15:11:31.000Z (over 8 years ago)
- Last Synced: 2024-12-12T12:44:51.541Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 6.47 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred-slack-workflow
Post message to Slack via Alfred
## Usage
1. Download [alfred-slack-workflow.alfredworkflow](https://github.com/morishin/alfred-slack-workflow/releases/download/v1.0/alfred-slack-workflow.alfredworkflow) and open to register the workflow to your Alfred app.
2. Open the workflow directory and edit `env` file to set environment variables.
3. Edit `env`.
```
SLACK_INCOMING_WEBHOOK_URL="https://hooks.slack.com/services/*/*/*"
SLACK_CHANNEL_NAME="#channel-name"
SLACK_USER_NAME="username"
SLACK_ICON_URL="http://your/icon/url.png"
```4. Type `sl ` in Alfred window.