A command-line tool that makes git easier to use with GitHub.
-
Updated
Oct 4, 2021 - Go
{{ message }}
The GitHub API provides endpoints for users to consume GitHub data as well as make changes on a user’s behalf. The latest version is v4, the GraphQL API. The GitHub GraphQL API v4 represents an architectural and conceptual shift from the GitHub REST API v3 and allows for users to craft queries of the exact data they need.
A command-line tool that makes git easier to use with GitHub.
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
Reconnaissance tool for GitHub organizations
PullRequest.edit does not allow a draft attribute:
def edit(
self,
title=github.GithubObject.NotSet,
body=github.GithubObject.NotSet,
state=github.GithubObject.NotSet,
base=github.GithubObject.NotSet,
):
Gitter for GitHub - 可能是目前颜值最高的GitHub微信小程序客户端
GitHub notifications on your menu bar. Available on macOS, Windows & Linux.
Great tool. What if I want to search for a domain or org name in combination with all the signatures? Is this possible currently?
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
GitHub client for Android based on the abandoned official app
sync gas code to github
A curated list of awesome GitHub guides, articles, sites, tools, projects and resources. 收集这个列表,只是为了更好地使用GitHub,欢迎提交pr和issue。
Something like this would come in handy:
<?php declare(strict_types = 1);
use Github\Api\RateLimit\RateLimitResource;
use Github\Client;
use Http\Client\Common\Plugin;
use Http\Promise\Promise;
use Psr\Http\Message\RequestInterface;
class RateLimitPlugin implements Plugin
{
private Client $client;
public function setClient(Client $client): void
{
$this->client = Monkey is an unofficial GitHub client for iOS,to show the rank of coders and repositories.
Listen to music generated by events happening across GitHub
Write workflows scripting the GitHub API in JavaScript
GitHub WeChat Mini Program
github api v3 in nodejs
Ruby interface to GitHub API
Create GitHub Resource Download Link
Hi, I'm a library for interacting with GItHub's REST API in a convenient and ergonomic way. I work on Python 3.6+.
Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
Is there a plan for adding branch renaming feature: https://docs.github.com/en/rest/reference/repos#rename-a-branch?