public
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/Caged/gitnub.git
Click here to lend your support to: gitnub and make a donation at www.pledgie.com !
gitnub /
name age message
file .gitattributes Wed Mar 12 13:19:07 -0700 2008 Add gitattributes to specify merge and diff. T... [Caged]
file .gitignore Thu Mar 13 15:44:28 -0700 2008 Remove now-useless entry for nub/build/* from .... [kballard]
file .gitmodules Wed Apr 23 00:22:42 -0700 2008 Add grit as a submodule and cleanup the directo... [Caged]
directory English.lproj/ Mon Oct 13 13:14:18 -0700 2008 Show alert when you launch GitNub without the n... [Caged]
file GNFileSystemItem.h Mon Oct 13 13:14:18 -0700 2008 Show alert when you launch GitNub without the n... [Caged]
file GNFileSystemItem.m Sat Oct 04 15:19:17 -0700 2008 Add blame view canvas and make sure searching u... [Caged]
file GNTreeDataSource.h Wed Oct 01 17:45:33 -0700 2008 Outline view now shows generic list of repo fil... [Caged]
file GNTreeDataSource.m Sat Oct 04 14:02:00 -0700 2008 Lazily initialize the data source and other cha... [Caged]
directory GitNub.xcodeproj/ Wed Oct 15 16:38:00 -0700 2008 Move initialization stuff out of the applicaito... [Caged]
file Info.plist Tue Aug 05 18:45:01 -0700 2008 Bumped the version to 0.9.1 [Caged]
file LICENSE Mon Mar 03 17:55:30 -0800 2008 Add nub subproject [Caged]
file README.markdown Sat Jun 07 16:24:50 -0700 2008 Fix the README build instructions and change so... [Caged]
file Rakefile Wed May 14 02:16:45 -0700 2008 Add install (and related) tasks to the Rakefile [kballard]
directory Sparkle.framework/ Thu Mar 13 00:29:54 -0700 2008 Added sparkle support. Note that the update UR... [dustin]
directory assets/ Thu Oct 16 12:16:26 -0700 2008 Better placeholder for blame view [Caged]
file bootstrap.rb Loading commit data...
directory controllers/ Thu Oct 16 12:16:26 -0700 2008 Better placeholder for blame view [Caged]
directory lib/ Sat Oct 04 14:02:00 -0700 2008 Lazily initialize the data source and other cha... [Caged]
file main.m Sat Mar 01 22:25:03 -0800 2008 Initial import [Caged]
file nub Fri Mar 21 15:09:13 -0700 2008 Move nub to nub.sh. Fix conflicts with kevin's... [Caged]
file rb_main.rb Mon Mar 03 17:22:07 -0800 2008 Will now accept the pwd from a seperate command... [Caged]
directory views/ Mon Oct 13 13:14:18 -0700 2008 Show alert when you launch GitNub without the n... [Caged]
README.markdown

GitNub

A RubyCocoa app for getting quick information for a git repo. Similar to GitK.

Requirements

  • Git, RubyCocoa, Leopard, RubyGems, open4

Quick Install

  1. Move GitNub.app to /Applications
  2. Move (or symlink) nub shell file to /usr/local/bin

How to Use

In your shell, move to a git directory and invoke nub. You always use this helper to invoke the application, otherwise you get nothing.

    $Caged@caged:~/dev/git/gitnub% nub

Building from Source

  1. Run git submodule init & git submodule update in the root directory.
  2. Run rake build or open GitNub.xcodeproj in Xcode - press Build
  3. Run rake install to move GitNub.app to /Applications and copy nub to /usr/local/bin.

Major Contributors

  • Justin Palmer - Maintainer
  • Benjamin Stiglitz
  • Kevin Ballard
  • Dustin Sallings