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.
- Host: GitHub
- URL: https://github.com/dragonchaser/github2orgmode
- Owner: dragonchaser
- License: mit
- Created: 2021-08-23T13:09:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T21:43:54.000Z (about 1 year ago)
- Last Synced: 2025-04-13T21:11:48.526Z (about 1 year ago)
- Topics: emacs, github, go, org-mode, spacemacs, tool
- Language: Go
- Homepage:
- Size: 552 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.