Github 命令行工具 Node GH

码农软件 · 软件分类 · Git开源工具 · 2019-11-04 17:42:46

软件介绍

Node GH 是基于 Node.js 编写的 Github 命令行工具。

使用示例:

  • Shortcut for listing open pull requests for the current repository.

    gh pr
  • List open pulls requests for all branches from all your repositories.

    gh pr --list --all
  • List open pull requests sent by logged user on current repository.

    gh pr --list --me
  • List open pull requests with link and content.

    gh pr --list --detailed
  • List open pull requests for a branch.

    gh pr --list --branch master
  • List open pull requests and sort them by popularity (comment count).

    gh pr --list --sort popularity
  • List open pull requests and sort them by asc long-running (old but still active).

    gh pr --list --sort long-running --direction asc
  • List open pull requests and sort them by complexity (complexity is calculated based on number of additions, deletions, changed files, comments and review comments).

    gh pr --list --sort complexity

本文地址:https://codercto.com/soft/d/18267.html

数据结构与算法:Python语言描述

数据结构与算法:Python语言描述

裘宗燕 / 机械工业出版社 / 2016-1 / CNY 45.00

本书基于Python语言介绍了数据结构与算法的基本知识,主要内容包括抽象数据类型和Python面向对象程序设计、线性表、字符串、栈和队列、二叉树和树、集合、排序以及算法的基本知识。本书延续问题求解的思路,从解决问题的目标来组织教学内容,注重理论与实践的并用。一起来看看 《数据结构与算法:Python语言描述》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

html转js在线工具
html转js在线工具

html转js在线工具