RepoJump
Bash
A Bash CLI to track, fetch, and jump into any GitHub user's repositories, cloning them on demand.
View on GitHub
A command-line tool to track, fetch, and jump into GitHub repositories. It bulk tracks a user's public or private repos, clones them on demand, and drops you straight into their directories, which saves time when working across many projects.
Features
- Bulk fetch every repository URL for a given GitHub username.
- Track public repositories, and private ones with a personal access token.
- Jump into any tracked repo by name, cloning it automatically if it is missing, and disambiguate repos that share a name across users.
- Update all tracked repository lists in one command.
- Works in both Bash and Zsh, with case-insensitive tab completion.