Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Julian Ospald 2ed99f5493
Prettify
il y a 4 ans
app Add listing gists il y a 4 ans
lib Prettify il y a 4 ans
.gitignore Add .gitiginore il y a 4 ans
CHANGELOG.md Initial commit il y a 4 ans
LICENSE Initial commit il y a 4 ans
README.md Update README il y a 4 ans
Setup.hs Initial commit il y a 4 ans
cabal.project Freeze cabal and index state il y a 4 ans
cabal.project.freeze Update freeze file il y a 4 ans
ghup.cabal Prettify il y a 4 ans
update-index-state.sh Freeze cabal and index state il y a 4 ans

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