Project

omglog

0.03
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Live git logging using fseventsd. omg!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.9.0
~> 0.8.8
 Project Readme

omglog

omglog is a live-updating commandline git log. It uses git's graphing log to display the repo, and refreshes it whenever the repo is changed.

The current head is highlighted, but all branches and heads are shown. They're just pointers to commits, after all; the commit graph is the true shape of the repo.

Usage

Just gem install omglog, and then run omglog at the root of the repo you'd like to watch.

To get a feel for how the graph updates, keep an eye on it while you switch to a branch and back to master, make or amend a commit, or fetch a remote.

To exit, send ctrl-C.

License and Authors

omglog is BSD-licensed, as detailed in the LICENSE file.

Author: Ben Hoskings