您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
Julian Ospald 2ed99f5493
Prettify
4 年前
app Add listing gists 4 年前
lib Prettify 4 年前
.gitignore Add .gitiginore 4 年前
CHANGELOG.md Initial commit 4 年前
LICENSE Initial commit 4 年前
README.md Update README 4 年前
Setup.hs Initial commit 4 年前
cabal.project Freeze cabal and index state 4 年前
cabal.project.freeze Update freeze file 4 年前
ghup.cabal Prettify 4 年前
update-index-state.sh Freeze cabal and index state 4 年前

README.md

ghup

Simple Github helper for myself.

Installation

If you don’t have haskell GHC and cabal installed, follow ghcup first.

Then issue:

$ cabal v2-install ghup

Usage

First you need to set the github OAuth (no other method currently supported) for API access:

ghup config --oauth "<your-github-token>"

Then follow the help page:

Usage: ghup COMMAND

Available options:
  -h,--help                Show this help text

Available commands:
  fork                     Fork a repository
  config                   Set ghup config (such as OAuth)
  delete                   Delete a forked repository
  list-forks               List my forks
  gistc                    Create gist
  gistl                    List gists