Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.06 KB

whats-goin-on

Build Status

This is a command line tool to find out what public activity those you follow have made on github.

To install

Requires Node.js

$ npm install -g whats-goin-on

To use

# by default this will return up to 10 lines
$ whats-goin-on [githubusername]
# you can increase the number of lines with -n, for example this will return 4 lines
$ whats-goin-on [githubusername] -n 4
# show commits with -c
$ whats-goin-on [githubusername] -c

Example output

   w  3 hours ago  aUser is now watching interestingUser/repo

   -< 9 hours ago  iLikeBuildingOnCode forked anotherUser/repo2

   +  3 days ago   followMe created new repo followMe/imNeedy

Options

  • '-n number' returns the last number of items

Thanks

While this does something totally different, I came up with this idea after seeing jlord's gardening repo. Check it out.