Caged / gitnub
- Source
- Commits
- Network (35)
- Issues (2)
- Downloads (7)
- Wiki (5)
- Graphs
-
Tree:
1c29dfa
commit 1c29dfa5f074871565fb9ba7a8bbc23964573a39
tree 7319cfe3e89d79322e1395610b23239660c72f01
parent 8f40c3e677bcf5a58caabf209f321284d812fb0a
tree 7319cfe3e89d79322e1395610b23239660c72f01
parent 8f40c3e677bcf5a58caabf209f321284d812fb0a
gitnub /
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | Wed Mar 12 13:19:07 -0700 2008 | |
| |
.gitignore | Thu Mar 13 15:44:28 -0700 2008 | |
| |
.gitmodules | Wed Apr 23 00:22:42 -0700 2008 | |
| |
ApplicationController.rb | ||
| |
CommitSummaryCell.h | Wed Mar 12 15:45:28 -0700 2008 | |
| |
CommitSummaryCell.m | Fri Mar 21 21:15:42 -0700 2008 | |
| |
CommitsController.rb | Tue Aug 05 18:05:29 -0700 2008 | |
| |
English.lproj/ | Mon Jun 23 10:50:34 -0700 2008 | |
| |
GitNub.xcodeproj/ | Tue Aug 05 18:05:29 -0700 2008 | |
| |
ImageLoadOperation.rb | Sun May 04 23:40:26 -0700 2008 | |
| |
Info.plist | Mon Jun 23 10:58:38 -0700 2008 | |
| |
Info.xib | Tue Mar 11 20:50:58 -0700 2008 | |
| |
InfoWindowController.rb | Wed Aug 27 01:05:17 -0700 2008 | |
| |
LICENSE | Mon Mar 03 17:55:30 -0800 2008 | |
| |
NetworkController.rb | Mon Jun 16 12:08:57 -0700 2008 | |
| |
README.markdown | Sat Jun 07 16:24:50 -0700 2008 | |
| |
Rakefile | Wed May 14 02:16:45 -0700 2008 | |
| |
Sparkle.framework/ | Thu Mar 13 00:29:54 -0700 2008 | |
| |
TexturedWindow.rb | Mon Mar 03 00:46:13 -0800 2008 | |
| |
added.png | Thu Mar 06 02:43:48 -0800 2008 | |
| |
commit.html | Fri Mar 21 18:32:40 -0700 2008 | |
| |
committer.png | Sat Mar 08 12:08:17 -0800 2008 | |
| |
common.png | Thu Mar 06 02:43:48 -0800 2008 | |
| |
delete.png | Thu Mar 06 02:43:48 -0800 2008 | |
| |
gitnub-icon.icns | Mon Mar 03 18:36:02 -0800 2008 | |
| |
lib/ | Tue Aug 05 18:05:29 -0700 2008 | |
| |
main.m | Sat Mar 01 22:25:03 -0800 2008 | |
| |
nub | Fri Mar 21 15:09:13 -0700 2008 | |
| |
rb_main.rb | Mon Mar 03 17:22:07 -0800 2008 | |
| |
style.css | Tue Aug 05 18:05:29 -0700 2008 |
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
- Move GitNub.app to /Applications
- 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
- Run
git submodule init&git submodule updatein the root directory. - Run
rake buildor open GitNub.xcodeproj in Xcode - press Build - Run
rake installto move GitNub.app to /Applications and copy nub to /usr/local/bin.
Major Contributors
- Justin Palmer - Maintainer
- Benjamin Stiglitz
- Kevin Ballard
- Dustin Sallings


