Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Julian Ospald 2ed99f5493
Prettify
vor 4 Jahren
app Add listing gists vor 4 Jahren
lib Prettify vor 4 Jahren
.gitignore Add .gitiginore vor 4 Jahren
CHANGELOG.md Initial commit vor 4 Jahren
LICENSE Initial commit vor 4 Jahren
README.md Update README vor 4 Jahren
Setup.hs Initial commit vor 4 Jahren
cabal.project Freeze cabal and index state vor 4 Jahren
cabal.project.freeze Update freeze file vor 4 Jahren
ghup.cabal Prettify vor 4 Jahren
update-index-state.sh Freeze cabal and index state vor 4 Jahren

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