public
Fork of Caged/gitnub
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/tikhon/gitnub.git
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/ Wed Aug 27 23:41:32 -0700 2008 Add GitNubView, prepping for custom drag and dr... [Caged]
directory GitNub.xcodeproj/ Wed Aug 27 23:41:32 -0700 2008 Add GitNubView, prepping for custom drag and dr... [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. [dustin]
directory assets/ Wed Aug 27 01:05:17 -0700 2008 Reorganize project into specific directories [Caged]
directory controllers/ Wed Aug 27 23:41:32 -0700 2008 Add GitNubView, prepping for custom drag and dr... [Caged]
directory lib/ Tue Aug 05 18:05:29 -0700 2008 Fixes #19 LSOpenURLFromSpec and the gazillion d... [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/ Wed Aug 27 23:41:32 -0700 2008 Add GitNubView, prepping for custom drag and dr... [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