CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 00:39:19 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100420071907
location: https://web.archive.org/web/20100420071907/https://github.com/Caged/gitnub
server-timing: captures_list;dur=0.719771, exclusion.robots;dur=0.023587, exclusion.robots.policy;dur=0.011146, esindex;dur=0.011090, cdx.remote;dur=19.010648, LoadShardBlock;dur=179.174786, PetaboxLoader3.datanode;dur=73.163655, PetaboxLoader3.resolve;dur=53.158753
x-app-server: wwwb-app215
x-ts: 302
x-tr: 255
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app215; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 00:39:20 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 20 Apr 2010 07:19:07 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "db29b66dc3d6bc1ff708daf160d724b1"
x-archive-orig-x-runtime: 202ms
x-archive-orig-content-length: 34956
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 20 Apr 2010 07:19:07 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 25 Jul 2008 22:18:51 GMT", ; rel="prev memento"; datetime="Mon, 05 Apr 2010 08:52:20 GMT", ; rel="memento"; datetime="Tue, 20 Apr 2010 07:19:07 GMT", ; rel="next memento"; datetime="Sat, 29 May 2010 06:00:14 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 14:38:38 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_15_20100420064644_crawl102-c/51_15_20100420071220_crawl101.arc.gz
server-timing: captures_list;dur=0.627048, exclusion.robots;dur=0.024112, exclusion.robots.policy;dur=0.011148, esindex;dur=0.012552, cdx.remote;dur=158.962144, LoadShardBlock;dur=253.655987, PetaboxLoader3.datanode;dur=122.935293, PetaboxLoader3.resolve;dur=183.375709, load_resource;dur=124.832377
x-app-server: wwwb-app215
x-ts: 200
x-tr: 624
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Caged's gitnub at master - GitHub
Caged / gitnub
- Source
- Commits
- Network (33)
- Issues (4)
- Downloads (7)
- Wiki (5)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots. — Read more

Justin Palmer (committer)
Thu Dec 17 10:42:43 -0800 2009
gitnub /
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 update
in the root directory. - Run
rake build
or open GitNub.xcodeproj in Xcode - press Build - 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