https://github.com/hasufell/ghup
Github helpers
https://github.com/hasufell/ghup
git
Last synced: 3 months ago
JSON representation
Github helpers
- Host: GitHub
- URL: https://github.com/hasufell/ghup
- Owner: hasufell
- License: gpl-3.0
- Created: 2020-01-30T19:00:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T14:40:13.000Z (over 6 years ago)
- Last Synced: 2025-10-22T21:53:59.827Z (8 months ago)
- Topics: git
- Language: Haskell
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ghup
Simple Github helper for myself.
## Installation
If you don't have haskell GHC and cabal installed,
follow [ghcup](https://www.haskell.org/ghcup/) first.
Then issue:
```sh
$ cabal v2-install ghup
```
## Usage
First you need to set the github OAuth (no other method currently supported)
for API access:
```
ghup config --oauth ""
```
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
```