ghr - Repository Management
Overview
ghr is repository management with auto-attaching profiles. Clone, manage, and sync git repositories with profiles.
Quick Start
Clone a repository
sc ghr clone repo <url>
Passthrough to ghr CLI
sc ghr _ <ghr-args>
Key Features
- Repository Management: Clone and manage repositories
- Auto-attaching Profiles: Automatically attach profiles
- Directory Changing: Change to repository directory
- Profile Configuration: Configure application profiles
- Path Finding: Find repository paths
- Sync Repositories: Sync repository state
Installation
cargo install ghr
Also available via:
- Nix
- Homebrew
- Scoop
Usage Examples
Clone repository
ghr clone https://github.com/user/repo
Change directory
ghr cd user/repo
Attach profile
ghr attach profile
Find repository path
ghr find user/repo
Sync repositories
ghr sync
Notes
- Run
ghr --helpto see all available options