2017 © Pedro Peláez
 

project gh-dashboard

Add missing feature to list issues mentioning me in Github's organization dashboard!

image

dlondero/gh-dashboard

Add missing feature to list issues mentioning me in Github's organization dashboard!

  • Thursday, August 7, 2014
  • by dlondero
  • Repository
  • 2 Watchers
  • 10 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

gh-dashboard

Build Status, (*1)

Command line dashboard for GitHub, (*2)

GitHub has a very nice organization dashboard where you can see all issues of the repositories of the org and use some filters to control issues "Assigned to you" and "Created by you". Unfortunately there's no "Mentioning you" like when browsing issues in a single repository. And this sucks, because I use a lot the org dashboard to have an overview of all the issues I need to look at., (*3)

I pinged @github on Twitter a couple of times reporting this missing feature with no results, then wrote them using their contact form and quickly got a reply telling me that they "added a +1 to this on our internal Feature Request List" but also "We can't promise if we may add this, however your feedback is definitely appreciated". Thanks for you honesty., (*4)

I then looked at the API and found that filtering for mentioned issues looks quite easy so I decided to write some code in order to consume the API and get a CLI tool to solve the issue., (*5)

gh-dashboard output, (*6)

If you want to read a more in depth story about gh-dashboard you can do it on this blog post., (*7)

Install

$ composer global require dlondero/gh-dashboard=dev-master@dev

If it is the first time you globally install a dependency then make sure you include ~/.composer/vendor/bin in $PATH as shown here., (*8)

Always keep your gh/dashboard installation up to date:
$ composer global update dlondero/gh-dashboard

2) Installing manually:

  1. Clone this repository
  2. Link gh-dashboard in order to use it from wherever you need ln -s ~/yourpath/gh-dashboard/bin/gh-dashboard /usr/local/bin/gh-dashboard

Setup

On the first run you will be asked for an access token and some defaults (organization, filter and state) which will be used when running gh-dashboard without specifying any option., (*9)

Usage

Use default organization and filter issues showing the ones where you are mentioned and in open status., (*10)

$ gh-dashboard

Or specify the parameters you want, (*11)

$ gh-dashboard [--organization="..."] [--filter="..."] [--state="..."]

you can see available filters and states on the API documentation., (*12)

The Versions

07/08 2014

dev-master

9999999-dev

Add missing feature to list issues mentioning me in Github's organization dashboard!

  Sources   Download

MIT

The Requires

 

The Development Requires

07/08 2014

0.3.3

0.3.3.0

Add missing feature to list issues mentioning me in Github's organization dashboard!

  Sources   Download

MIT

The Requires

 

The Development Requires

07/08 2014

dev-add-tests

dev-add-tests

Add missing feature to list issues mentioning me in Github's organization dashboard!

  Sources   Download

MIT

The Requires

 

The Development Requires

26/07 2014

0.3.2

0.3.2.0

Add missing feature to list issues mentioning me in Github's organization dashboard!

  Sources   Download

MIT

The Requires

 

24/07 2014

0.3.1

0.3.1.0

Add missing feature to list issues mentioning me in Github's organization dashboard!

  Sources   Download

MIT

The Requires

 

24/07 2014

0.3.0

0.3.0.0

Add missing feature to list issues mentioning me in Github's organization dashboard!

  Sources   Download

MIT

The Requires

 

15/07 2014

0.2.1

0.2.1.0

Missing feature to list issues mentioning me in Github's organization dashboard!

  Sources   Download

MIT

The Requires

 

15/07 2014

0.2.0

0.2.0.0

Missing feature to list issues mentioning me in Github's organization dashboard!

  Sources   Download

MIT

The Requires