Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

token

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)

custom

In Alfred, type `slackstatus`, select a status.

#### Customize

custom

In Alfred, type `slackstatus`, Space, and your query.

The query is

```
:sunglasses: your status
```

or

```
😎 your status
```

And then check your profile :tada:

result

### Remove status

In Alfred, type `slackstatus clear` or `slackstatus clean`.

## License

MIT © [Jaewe Heo](http://importre.com)