You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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