logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pkgctl Repo - Manage Git Repositories | Online Free DevTools by Hexmos

Manage Arch Linux Git package repositories with Pkgctl Repo. Clone, create, switch versions, and open repository websites. Free online tool, no registration required.

pkgctl-repo

Manage Git packaging repositories and their configuration for Arch Linux. See also: pkgctl. More information: https://manned.org/pkgctl-repo.1.

  • Clone a package repository (requires setting an SSH key in your Arch Linux GitLab account):

pkgctl repo clone {{pkgname}}

  • Clone a package repository over HTTPS:

pkgctl repo clone --protocol https {{pkgname}}

  • Create a new GitLab package repository and clone it after creation (requires valid GitLab API authentication):

pkgctl repo create {{pkgbase}}

  • Switch a package repository to a specified version:

pkgctl repo switch {{version}} {{pkgbase}}

  • Open a package repository’s website:

pkgctl repo web {{pkgbase}}

See Also