https://github.com/jasonnutter/alfred-mattermost
Alfred workflow for Mattermost chat servers
https://github.com/jasonnutter/alfred-mattermost
Last synced: about 1 year ago
JSON representation
Alfred workflow for Mattermost chat servers
- Host: GitHub
- URL: https://github.com/jasonnutter/alfred-mattermost
- Owner: jasonnutter
- License: mit
- Created: 2019-02-08T18:49:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T22:16:08.000Z (over 7 years ago)
- Last Synced: 2025-03-16T09:22:38.191Z (over 1 year ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred-mattermost [](https://travis-ci.org/jasonnutter/alfred-mattermost)
> Alfred workflow for Mattermost chat servers
## Install
```
$ npm install --global alfred-mattermost
```
*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
## Usage
**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.
### Set Domain
Provide the domain for your Mattermost server, e.g. `https://chat.example.com`.
Command: `mm_domain https://chat.example.com`
### Set Personal Access Token
Provide the personal access token to use to make API requests.
Command: `mm_token `
### Open channel / user thread
Provide the name of the channel or user you want to open.
Command: `mm query`
## License
MIT © [Jason Nutter](https://github.com/jasonnutter/alfred-newrelic)