Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.43 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.43 KB

Slack Workspace Organiser

Screenshot

Organise your Slack sidebar by using a yaml file. Ordering your sidebar helps with productivity and makes it easier to find the right person, team or topic.

Does your company use Slack Workspace Organiser? If so, please consider sponsoring this project

Chrome Web Store

Example Configuration

Below is an example configuration file which is used by the extension to create sections and move channels and DMs into them. You can export your current Slack workspace configuration by clicking the export button in the extension popup.

Design:
  emoji: art       # You can use any emoji supported by Slack in addition to custom ones you've added to your workspace.
  channels:
    - "#design"    # You can organise channels
    - "ben.watson" # and DMs in to sections
Recruitment:
  emoji: laptop-male
  channels:
    - "#engineering_recruitment"
    - "#jobs"
General:
  emoji: solider
  channels:
    - "#announcements"

Contributing

All contributions are welcome. Please read the contribution guidelines before you start.

Installation

$ make clean install

Development

$ make start