Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Julian Ospald 2ed99f5493
Prettify
před 4 roky
app Add listing gists před 4 roky
lib Prettify před 4 roky
.gitignore Add .gitiginore před 4 roky
CHANGELOG.md Initial commit před 4 roky
LICENSE Initial commit před 4 roky
README.md Update README před 4 roky
Setup.hs Initial commit před 4 roky
cabal.project Freeze cabal and index state před 4 roky
cabal.project.freeze Update freeze file před 4 roky
ghup.cabal Prettify před 4 roky
update-index-state.sh Freeze cabal and index state před 4 roky

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