Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/importre/alfred-slack-status
:speech_balloon: Alfred 3 workflow to change Slack statuses at once
https://github.com/importre/alfred-slack-status
alfred alfred-workflow alfy profile slack status teams
Last synced: 3 months ago
JSON representation
:speech_balloon: Alfred 3 workflow to change Slack statuses at once
- Host: GitHub
- URL: https://github.com/importre/alfred-slack-status
- Owner: importre
- License: mit
- Created: 2017-05-01T09:51:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T11:45:27.000Z (almost 6 years ago)
- Last Synced: 2024-09-25T09:26:50.752Z (4 months ago)
- Topics: alfred, alfred-workflow, alfy, profile, slack, status, teams
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
#
alfred-slack-status[![Build Status](https://travis-ci.org/importre/alfred-slack-status.svg?branch=master)](https://travis-ci.org/importre/alfred-slack-status)
> :speech_balloon: Alfred 3 workflow to change Slack statuses at once
## Install
```
$ npm i -g alfred-slack-status
```*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
## Usage
### Save slack tokens
In Alfred, type `slacktoken`, Space, key(maybe team name, **no whitespaces**), Space, and value(token).
### Set status
There are two options.
#### [Select suggested](./statuses.json)
In Alfred, type `slackstatus`, select a status.
#### Customize
In Alfred, type `slackstatus`, Space, and your query.
The query is
```
:sunglasses: your status
```or
```
😎 your status
```And then check your profile :tada:
### Remove status
In Alfred, type `slackstatus clear` or `slackstatus clean`.
## License
MIT © [Jaewe Heo](http://importre.com)