https://github.com/puhoy/reposearch
search for code repositories across multiple platforms
https://github.com/puhoy/reposearch
Last synced: 2 months ago
JSON representation
search for code repositories across multiple platforms
- Host: GitHub
- URL: https://github.com/puhoy/reposearch
- Owner: puhoy
- Created: 2020-06-19T21:00:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:55:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T04:43:26.616Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reposearch
a cli tool to search for repositories across different code hosting platforms.
currently searches in these services:
github.com (GitHub)
gitlab.org (GitLab)
codeberg.org (Gitea)
git.spip.net (Gitea)
gitea.com (Gitea)
git.teknik.io (Gitea)
opendev.org (Gitea)
gitea.codi.coop (Gitea)
git.osuv.de (Gitea)
git.koehlerweb.org (Gitea)
gitea.vornet.cz (Gitea)
git.luehne.de (Gitea)
djib.fr (Gitea)
code.antopie.org (Gitea)
git.daiko.fr (Gitea)
gitea.anfuchs.de (Gitea)
git.sablun.org (Gitea)
git.jcg.re (Gitea)## installation
pip install git+https://github.com/puhoy/reposearch --user
## usage
Usage: reposearch search [OPTIONS] TERMS...
Options:
--platform [github.com|gitlab.org|codeberg.org|git.spip.net|gitea.com|git.teknik.io|opendev.org|gitea.codi.coop|git.osuv.de|git.koehlerweb.org|gitea.vornet.cz|git.luehne.de|djib.fr|code.antopie.org|git.daiko.fr|gitea.anfuchs.de|git.sablun.org|git.jcg.re]
limit search to a platform
--sort [last_commit|created_at]
sort results
--reverse TEXT reverse sort order
--help Show this message and exit.