A repository classifier.
This project aims to develop a script that sorts repository URLs according to their main programming language.
Warning
This software is to be considered in Alpha state.
You should expect major changes in functionality as the codebase stabilizes.
The purpose of this project is to make my hobby, that being to collect and classify repositories according to their main programming language, a little bit easier.
My dream scenario is that some day I can hook this script to Emacs and, with one function, sort each repository link inside an org-mode headline.
Issues, pull requests, and forks are welcome.
Here is a tentative list of things to consider when contributing:
- When making a pull request, make sure the commits adhere to the Conventional Commits specification.
- Make sure commits are modular; one feat/fix/doc/etc at a time.
SPDX-License-Identifier: GPL-3.0-or-later
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.