Alfred workflow for Mattermost chat servers
$ npm install --global alfred-mattermost
Requires Node.js 4+ and the Alfred Powerpack.
Note: This workflow is currently optimized to work with Google Chrome, and will keep reusing the same Chrome tab if one is open. If you don't use Google Chrome, you can manually edit the workflow so that the mm
command triggers the "Open URL" action, instead of the Apple Script action.
Provide the domain for your Mattermost server, e.g. https://chat.example.com
.
Command: mm_domain https://chat.example.com
Provide the personal access token to use to make API requests.
Command: mm_token <token>
Provide the name of the channel or user you want to open.
Command: mm query
MIT © Jason Nutter