Git Remote
Little Eye detects Git Remote on your clipboard the moment you copy. Recognises Git clone and remote URLs — SSH and HTTPS — and links to the repo page.
Examples
SCP-style SSH remote — the most common form
git@gitlab.com:thrivingthings/tracku.git
HTTPS clone URL with the .git suffix
https://github.com/goharbor/harbor.git
legacy git:// protocol
git://github.com/user/repo.git
explicit ssh:// with a port — self-hosted
ssh://git@git.example.com:22/team/service.git