Skip to content

hamishdickson/whats-goin-on

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A command line tool to find out what your friends are up to on github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published