A command-line tool that makes git easier to use with GitHub.
-
Updated
Feb 26, 2022 - 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,
):GitHub notifications on your menu bar. Available on macOS, Windows & Linux.
Gitter for GitHub - 可能是目前颜值最高的GitHub微信小程序客户端
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
I would like the ability to use the throttling plugin. I was going to create a PR but it looks like the octokit client is instantiated using the @actions/github package, which would mean I would need to make a PR for that codebase first and then create a PR for this codebase once that codebase has merged it.
So... is there a reason why this codebase is using @actions/github instead of just inc
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
戴铭的开发小册子,一本活的开发手册。使用 SwiftUI + Combine + Swift Concurrency Aysnc/Await Actor + GitHub API 开发的 macOS 应用
Actually, Leetcode stores all your previously solved problems in local storage so it is very possible, all I have to do is reverse engineer it , you also need the question number
<img width="1440" alt="Screenshot 2022-02-17 a
Android 11; Redmi Note 8 Build/RKQ1.201004.002
Chrome 96.0.4664.92
GitHub WeChat Mini Program
github api v3 in nodejs
Create GitHub Resource Download Link
Are there any plans to support the PubSubHubbub API for creating webhooks?
I could try to create a PR for implementing this (I'm hoping to use it for implementing https://github.com/terraform-providers/terraform-provider-github/issues/275) if there is any chance of it being accepted.