Skip to content

yamadashy/slack-channels-grouping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Channels Grouping

Slack Channels Grouping

A browser extension that organizes Slack channels into visual groups based on prefixes

Chrome Users Firefox Users Chrome Web Store Mozilla Add-on DeepWiki

🚀 Install

🌐 Supported Languages

  • de German
  • el Greek
  • en English
  • es Spanish
  • fr French
  • it Italian
  • ja Japanese
  • ko Korean
  • nl Dutch
  • pt_BR Portuguese - BRAZIL
  • pt_PT Portuguese
  • ru Russian
  • zh_CN Chinese - Simplified
  • zh_TW Chinese - Traditional

💻 Development

  • Node.js >= v24.0.1

Setup

$ npm install

Watch and build

npm run dev chrome
npm run dev firefox
npm run dev opera
npm run dev edge
npm run dev safari

Build extension

npm run build chrome
npm run build firefox
npm run build opera
npm run build edge
npm run build safari

Lint codes

Lint

# eslint, tsc --noEmit
npm run lint

Generate font file for Box-drawing character

pip install fonttools
cd ./tools/font-builder
. build.sh

Show supported browsers

yarn supported-browsers

📜 LICENSE

MIT