Caged / gitnub
- Source
- Commits
- Network (35)
- Issues (2)
- Downloads (7)
- Wiki (5)
- Graphs
-
Tag:
0.6.0-alpha
gitnub /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
ApplicationController.rb | ||
| |
CommitsController.rb | ||
| |
English.lproj/ | ||
| |
GitNub.xcodeproj/ | ||
| |
ImageTextCell.h | ||
| |
ImageTextCell.m | ||
| |
Info.nib/ | ||
| |
Info.plist | ||
| |
InfoWindowController.rb | ||
| |
LICENSE | Mon Mar 03 17:55:30 -0800 2008 | |
| |
README.markdown | ||
| |
Rakefile | ||
| |
TexturedWindow.rb | Mon Mar 03 00:46:13 -0800 2008 | |
| |
added.png | Thu Mar 06 02:43:48 -0800 2008 | |
| |
commit.html | ||
| |
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 | |
| |
grit/ | ||
| |
infoicn.png | ||
| |
main.m | Sat Mar 01 22:25:03 -0800 2008 | |
| |
mime-types/ | ||
| |
nub/ | ||
| |
rb_main.rb | Mon Mar 03 17:22:07 -0800 2008 | |
| |
style.css |
README.markdown
GitNub
A RubyCocoa app for getting quick information for a git repo. Similar to GitK.
Requirements
- Git(duh!), RubyCocoa, Leopard
Quick Install
- Move GitNub.app to /Applications
- Move (or symlink) nub 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
- Open project in Xcode - press Build
- Doubleclick the nub subproject and repeat step 1.
- Move the build/Release/GitNub.app and nub/build/Release/nub to the proper locations specified in the Quick Install directions.


