🎉 Finally sort your GitHub repositories into groups
Have you ever dreamed of being able to sort your favorite repositories into cleanly labelled groups?
How naive must you be to think this should be implemented by default... How would one even go about implementing such magic...
Oh, well, now you can with the GitHub Groups extension !
Disclaimer This extension is in development and hasn't seen its first release yet. Hold tight, a bunch of features are coming in hot 🥵 It will be deployed to the Google Chrome Web Store as soon as I feel it is ready enough ^^'
Currently, the installation for this extension is very manual. This will get fixed once we go to the store:
-
Clone this repository
git clone https://github.com/MisTurtle/GithubGroups.git -
Enter the folder
cd GithubGroups -
Build the app (requires NodeJS, tested from v23.6.0+)
npm run build -
Enable it in Google Chrome Go to chrome://extensions, enable Developper Mode, and click on "Load unpacked", and navigate to the cloned repository's
buildfolder. -
You should now see the extension. You can pin it and click on it to open the side panel !
The following technologies power this extension:
- 🤖 React and TypeScript built with Vite
- 🎨 Tailwind CSS for styling
- 💡 Amazing Lucide icons
- 🔗 GitHub URL Detection node package to extract repository information
Currently, the extension allows to:
- ✨ Create and manage GitHub repositories into beautifully colored groups
- 🏷️ Add tags to individual repositories
A lot of features are coming to this extension:
- Extension Themes
- Profile Exports / Imports
- Actual Welcome and Settings pages
- Sorting repositories into groups ON GitHub profile pages
- GitHub repository group displays when linked on any page
- And a bunch more I probably haven't thought of yet !