1 repository
Mapping remote URLs to consistent and predictable local filesystem paths.
Distinct from Filesystem-to-URL Endpoint Mapping: None of the candidates cover the deterministic translation of VCS URLs to local directories; most focus on web API endpoints.
Explore 1 awesome GitHub repository matching development tools & productivity · Deterministic Path Mapping. Refine with filters or upvote what's useful.
ghq is a command line tool and repository manager designed to automate the cloning, organization, and lifecycle management of remote version control repositories. It functions as a wrapper for cloning that maps remote repository URLs to a consistent, structured local directory hierarchy. The tool differentiates itself by implementing deterministic URL-to-path mapping and a VCS-agnostic cloning pipeline. It supports shallow copies, recursive submodule fetching, and the ability to resolve repository locations from various hosts and version control systems. Its broader capabilities cover reposi
Translates remote repository URLs into deterministic local filesystem paths for consistent project organization.