選択できるのは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