π¦ ClawHub
Git Federation Searcher
by @djswiss
Search across multiple self-hosted Git instances including Gitea, Forgejo, GitLab, and Codeberg. Aggregates search results from Codeberg.org, Gitea.com, Open...
π‘ Examples
Command Line
# Search all instances
python3 git_federation_searcher.py "whisper"List configured instances
python3 git_federation_searcher.py --listAdd custom instance
python3 git_federation_searcher.py --add MyGitea https://git.example.com giteaRemove instance
python3 git_federation_searcher.py --remove MyGitea
Telegram Bot
/gitsearch whisper # Search all instances
/gitinstances # List all configured
/gitadd Name URL Type # Add custom instance
TERMINAL
clawhub install git-federation-searcher