Caged / gitnub
- Source
- Commits
- Network (35)
- Issues (2)
- Downloads (7)
- Wiki (5)
- Graphs
-
Tree:
2f4522c
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 | |
| |
English.lproj/ | Mon Oct 13 13:14:18 -0700 2008 | |
| |
GNFileSystemItem.h | Mon Oct 13 13:14:18 -0700 2008 | |
| |
GNFileSystemItem.m | Sat Oct 04 15:19:17 -0700 2008 | |
| |
GNTreeDataSource.h | Wed Oct 01 17:45:33 -0700 2008 | |
| |
GNTreeDataSource.m | Sat Oct 04 14:02:00 -0700 2008 | |
| |
GitNub.xcodeproj/ | Wed Oct 15 16:38:00 -0700 2008 | |
| |
Info.plist | Tue Aug 05 18:45:01 -0700 2008 | |
| |
LICENSE | Mon Mar 03 17:55:30 -0800 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 | |
| |
assets/ | Thu Oct 16 12:16:26 -0700 2008 | |
| |
bootstrap.rb | Fri Oct 17 12:00:08 -0700 2008 | |
| |
controllers/ | Thu Oct 16 12:16:26 -0700 2008 | |
| |
lib/ | Fri Oct 17 12:00:08 -0700 2008 | |
| |
main.m | Sat Mar 01 22:25:03 -0800 2008 | |
| |
nub | ||
| |
rb_main.rb | Mon Mar 03 17:22:07 -0800 2008 | |
| |
views/ |
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


