An open API service indexing awesome lists of open source software.

https://github.com/dragonchaser/github2orgmode

github2orgmode is a small tool to convert issues from defined repositories into an org file.
https://github.com/dragonchaser/github2orgmode

emacs github go org-mode spacemacs tool

Last synced: 4 months ago
JSON representation

github2orgmode is a small tool to convert issues from defined repositories into an org file.

Awesome Lists containing this project

README

          

# github2orgmode

github2orgmode is a small tool to convert issues from defined repositories into
an org file.

## License

MIT see [LICENSE](https://github.com/dragonchaser/github2orgmode/blob/master/LICENSE) file in this repository.

## Build

Just run `make` in the project folder, binary can be found in `bin/`

## Run

```
$> GH_HANDLES= GH_TOKEN= GH_REPOS="org1/repo1 org1/repo2"
bin/github2orgmode > output.org
```

**Notes:**

- The personal github access token can be created in your profile page [https://github.com/settings/tokens](https://github.com/settings/tokens).

- Each issue that is assigned to one of the handles listed in `GH_HANDLES` will
be set to `IN PROGRESS`.