Skip to content

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

License

Notifications You must be signed in to change notification settings

dragonchaser/github2orgmode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github2orgmode

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

License

MIT see LICENSE file in this repository.

Build

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

Run

$> GH_HANDLES=<list-of-github-handles-seperated-by-space> GH_TOKEN=<your-personal-github-access-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.

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

About

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

Topics

Resources

License

Stars

Watchers

Forks