First install the required gems:
gem install octokit awesomeprint rainbow
Then run it to extract all of your open GitHub issues into files (with comments).
ruby my-gh-issues.rb
--- TLP 1.3.0-beta.2 -------------------------------------------- | |
+++ Configured Settings: | |
TLP_ENABLE="1" | |
TLP_PERSISTENT_DEFAULT="0" | |
DISK_IDLE_SECS_ON_AC="0" | |
DISK_IDLE_SECS_ON_BAT="2" | |
MAX_LOST_WORK_SECS_ON_AC="15" | |
MAX_LOST_WORK_SECS_ON_BAT="60" | |
CPU_ENERGY_PERF_POLICY_ON_AC="balance_performance" |
First install the required gems:
gem install octokit awesomeprint rainbow
Then run it to extract all of your open GitHub issues into files (with comments).
ruby my-gh-issues.rb