A CLI tool to open the GitHub repository page of the current or specified directory.
gh-home is a command-line tool that opens the GitHub repository page for the current directory or a specified repository. It helps developers quickly access repository information, issues, and pull requests without manually navigating browsers or copying URLs. The tool detects upstream repositories and supports aliases for faster usage.
Developers and engineers who frequently work with GitHub repositories from the terminal and want to streamline accessing repo pages, issues, and PRs.
It offers a lightweight, focused alternative to browser navigation or more complex CLI tools, with upstream detection and alias support for maximum efficiency in daily workflows.
Open the GitHub page of the given or current directory repo
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Focuses solely on opening GitHub pages without bloat, adhering to its minimalist philosophy for streamlined workflows.
Automatically opens the upstream repository for forks when available, saving manual URL lookup as described in the README.
Command-line options like --issues and --prs allow direct navigation to specific pages, reducing steps for common tasks.
Can be aliased to short commands like 'gh' as suggested in the Tips section, minimizing typing overhead for frequent use.
Only handles page opening; lacks features for other GitHub operations such as cloning, forking, or interactive management.
The README notes that GitHub CLI can achieve similar results with aliases, making gh-home less necessary for users already on gh.
Requires npm for installation, which may not be ideal in environments without Node.js or where system packages are preferred.