25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Julian Ospald 2ed99f5493
Prettify
4 yıl önce
app Add listing gists 4 yıl önce
lib Prettify 4 yıl önce
.gitignore Add .gitiginore 4 yıl önce
CHANGELOG.md Initial commit 4 yıl önce
LICENSE Initial commit 4 yıl önce
README.md Update README 4 yıl önce
Setup.hs Initial commit 4 yıl önce
cabal.project Freeze cabal and index state 4 yıl önce
cabal.project.freeze Update freeze file 4 yıl önce
ghup.cabal Prettify 4 yıl önce
update-index-state.sh Freeze cabal and index state 4 yıl önce

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