/alfred-slack

Open conversation with a contact in Slack

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

alfred-slack

Open conversation with a contact in Slack

To start

  1. Generate a token at this address: https://api.slack.com/
  2. Launch the slack workflow with the parameter --token followed by the token.

Example:

slack --token xoxp-1234567890-1234567890-1234567890-ab1234
  1. Launch the cache refresh by taping the command --refresh.

Example:

slack --refresh
  1. Enjoy!

To use

  • List channels or groups to open in the Slack app:
slack <channel/group>

image

  • List users to open in the Slack app:
slack <user>

image

  • Open a channel, group or user in the Slack app:
slack <channel/group/user>

image

  • List messages from a specific channel, group or user:
slack <channel/group/user>

image

  • Send a message to a channel, group or user:
slack <channel/group/user> <message>

image