awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
github avatar

github/hub

0
View on GitHub↗
22,955 stars·2,218 forks·Go·MIT·6 viewshub.github.com↗

Hub

Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It functions as a GitHub git wrapper, extending standard git commands to include direct management of repositories, issues, and pull requests.

The tool integrates REST API communication with a wrapper-based execution model to perform administrative tasks without a web browser. It utilizes OAuth-based authentication and a local configuration store to secure API requests.

The utility includes shell command completion and argument parsing to improve terminal productivity. It also supports integration into automated pipelines and GitHub workflows using repository secrets.

Features

  • Git Wrappers - Functions as a wrapper that augments standard git commands with GitHub API-driven capabilities.
  • GitHub Clients - Acts as a command-line client for performing administrative tasks on GitHub repositories and issues.
  • Git Command Line Extensions - Provides a terminal utility that extends git workflows and interacts with the GitHub API.
  • GitHub Integration Tools - Extends standard git commands with direct integration for managing GitHub pull requests and repositories.
  • GitHub Workflow Integrations - Allows management of repositories, issues, and pull requests directly from the terminal.
  • REST APIs - Integrates with GitHub's REST API to perform repository and pull request operations from the shell.
  • Git Command Enhancements - Provides shell completions and shortcuts to simplify and speed up complex git operations.
  • OAuth Authentication - Uses OAuth tokens to secure API requests and manage credentials on the local filesystem.
  • Shell Completion - Provides dynamic shell command suggestions by intercepting tab keystrokes.
  • Shell Completions - Includes shell tab-completion support for command names and arguments to accelerate terminal usage.
  • Command Line Utilities - Official GitHub CLI for enhanced repository interaction.
  • Core Language Tools - A command-line extension for interacting with GitHub.
  • Developer Tools - Command line wrapper that extends git with platform-specific features.
  • Developer Utilities - CLI wrapper for Git with GitHub-specific features.
  • General Utilities - CLI wrapper for GitHub interaction.
  • General Utility Libraries - CLI wrapper for interacting with GitHub.
  • Git and Version Control Tools - Command-line tool that makes git easier to use.
  • Version Control - Extend git commands with GitHub-specific functionality.
  • Version Control Clients - Command-line wrapper to extend Git with GitHub functionality.
  • Version Control Systems - Command-line wrapper for interacting with GitHub.

Star history

Star history chart for github/hubStar history chart for github/hub

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Hub

Similar open-source projects, ranked by how many features they share with Hub.
  • mislav/hubmislav avatar

    mislav/hub

    22,948View on GitHub↗

    Hub is a terminal-based GitHub API client and command-line wrapper that extends standard git version control with remote project management functionality. It serves as an interface to programmatically execute GitHub operations and simplify the interaction between local repositories and remote resources. The tool provides specialized capabilities for synchronizing forks with upstream repositories and managing GitHub-specific assets including pull requests, issues, and releases. It also enables the creation of code gists and allows users to open specific repository files in a web browser direct

    Gogitgithub-apigo
    View on GitHub↗22,948
  • git-up/gitupgit-up avatar

    git-up/GitUp

    12,015View on GitHub↗

    GitUp is a graphical user interface client and version control tool for managing Git repositories. It provides a visual environment for browsing repository content, editing history, and performing version control operations. The application features an interactive commit graph visualizer for navigating branching and merging history. It includes a dedicated history editor that allows for the visual manipulation of the project timeline, including the ability to reorder, split, and roll back commits. The tool covers diff analysis through side-by-side file comparisons and high-speed content sear

    Objective-C
    View on GitHub↗12,015
  • tj/git-extrastj avatar

    tj/git-extras

    18,076View on GitHub↗

    git-extras is a collection of command line utilities that extend the functionality of the Git version control system. It provides a suite of shortcuts and additional commands for history manipulation, remote management, repository analysis, and workflow automation. The project distinguishes itself by offering deep integration with hosting providers to manage pull requests and forks, alongside advanced history tools for obliterating sensitive files and rewriting author metadata. It also includes a specialized interactive shell that allows users to execute commands without repeating the binary

    Shellgit
    View on GitHub↗18,076
  • desktop/desktopdesktop avatar

    desktop/desktop

    21,587View on GitHub↗

    This project is a graphical desktop client for managing version control repositories. It provides a visual interface that translates complex command-line operations into intuitive workflows for tracking local code changes and synchronizing them with remote servers. The application distinguishes itself through integrated credential management and network configuration tools. It utilizes secure authentication flows to handle remote service logins and includes a network layer that automatically detects and applies system-wide proxy settings. These capabilities ensure that version control operati

    TypeScriptelectrongitgithub
    View on GitHub↗21,587
See all 30 alternatives to Hub→

Frequently asked questions

What does github/hub do?

Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It functions as a GitHub git wrapper, extending standard git commands to include direct management of repositories, issues, and pull requests.

What are the main features of github/hub?

The main features of github/hub are: Git Wrappers, GitHub Clients, Git Command Line Extensions, GitHub Integration Tools, GitHub Workflow Integrations, REST APIs, Git Command Enhancements, OAuth Authentication.

What are some open-source alternatives to github/hub?

Open-source alternatives to github/hub include: mislav/hub — Hub is a terminal-based GitHub API client and command-line wrapper that extends standard git version control with… git-up/gitup — GitUp is a graphical user interface client and version control tool for managing Git repositories. It provides a… tj/git-extras — git-extras is a collection of command line utilities that extend the functionality of the Git version control system.… desktop/desktop — This project is a graphical desktop client for managing version control repositories. It provides a visual interface… junegunn/fzf — This project is a general-purpose command-line filter that provides an interactive interface for processing standard… derekparker/delve.