Skip to content

Get your GitHub Issues to read offline later. Mmm.

Notifications You must be signed in to change notification settings

danvk/offline-issues

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

offline-issues

Get your GitHub Issues offline! In Markdown and HTML.

screenshot

But how?

  • Have Node.js installed on computer.
  • Install this module npm install -g offline-issues
  • Authorize it by running offline-issues and following the commands
  • Use it to save Issues as .md and .html!

CLI

For one issue:

$ offline-issues USER/REPO#0

For all issues:

$ offline-issues USER/REPO

For multiple repositories or issues:

$ offline-issues USER/REPO USER/REPO#0

Example:

$ offline-issues jlord/offline-issues muan/github-gmail#4

Whatever directory you are in, it will create a md and html folder with the resulting files.

TADA

Future times

Currently working at MVP level -- it gives you the issues you sepcify. But I want to add to it:

  • some css so the html isn't so painfully raw
  • more commandline options like getting 'all' or 'closed' or 'open' or by 'author' or 'mention'

Then maybe after that:

  • serve up these files locally with a nice directory page

About

Get your GitHub Issues to read offline later. Mmm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.4%
  • CSS 13.6%