CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 25 Jul 2025 23:24:50 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080612074841
location: https://web.archive.org/web/20080612074841/https://github.com/drnic/github-tmbundle/tree/master
server-timing: captures_list;dur=1.395077, exclusion.robots;dur=0.044048, exclusion.robots.policy;dur=0.018802, esindex;dur=0.023985, cdx.remote;dur=46.308203, LoadShardBlock;dur=300.991517, PetaboxLoader3.datanode;dur=103.953538, PetaboxLoader3.resolve;dur=71.929207
x-app-server: wwwb-app218
x-ts: 302
x-tr: 457
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app218; 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: Fri, 25 Jul 2025 23:24:51 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Thu, 12 Jun 2008 07:48:41 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.64597
x-archive-orig-etag: "a140499d5fa9b49e6fd35d3233d00265"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 14247
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 12 Jun 2008 07:48:41 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 07 Jun 2008 12:12:35 GMT", ; rel="prev memento"; datetime="Sat, 07 Jun 2008 12:12:35 GMT", ; rel="memento"; datetime="Thu, 12 Jun 2008 07:48:41 GMT", ; rel="next memento"; datetime="Wed, 24 Sep 2008 15:44:08 GMT", ; rel="last memento"; datetime="Mon, 03 Feb 2020 19:19:42 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: 52_4_20080612070900_crawl102-c/52_4_20080612074802_crawl103.arc.gz
server-timing: captures_list;dur=0.508031, exclusion.robots;dur=0.019597, exclusion.robots.policy;dur=0.009431, esindex;dur=0.010805, cdx.remote;dur=9.844480, LoadShardBlock;dur=123.474967, PetaboxLoader3.datanode;dur=175.648898, PetaboxLoader3.resolve;dur=135.606507, load_resource;dur=202.628028
x-app-server: wwwb-app218
x-ts: 200
x-tr: 385
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
drnic's github-tmbundle at master — GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | TextMate bundle for working with GitHub |
Clone URL: |
git://github.com/drnic/github-tmbundle.git
Give this clone URL to anyone.
git clone git://github.com/drnic/github-tmbundle.git
|
Repo Search: |
name | age | message | |
---|---|---|---|
![]() |
Commands/ | Wed Jun 04 15:53:11 -0700 2008 | moved 'Show Network' cmd to common key binding [drnic] |
![]() |
README.markdown | Sun Jun 08 23:02:10 -0700 2008 | Merge branch 'master' of git@github.com:drnic/g... [drnic] |
![]() |
Support/ | Sun Jun 08 23:02:10 -0700 2008 | Merge branch 'master' of git@github.com:drnic/g... [drnic] |
![]() |
info.plist | Wed Jun 04 15:53:11 -0700 2008 | moved 'Show Network' cmd to common key binding [drnic] |
README.markdown
GitHub TextMate bundle
Contains the following commands specific to the current file:
- Show in GitHub - opens the current file in github, and selects the same lines that are selected in the current file
- Annotate/Blame/Comment Line - finds the original commit where this line was created and opens that commit in GitHub, whereby you can use the GitHub comment feature
Contains the following commands specific to the repository:
- Show Network in GitHub - opens the "Network" view in GitHub so you can see who has interesting commits that you don't have
Prerequisites
The bundle requires Ruby, RubyGems, and the git RubyGem:
sudo gem install git
Installation
To install via Git:
cd ~/"Library/Application Support/TextMate/Bundles/"
git clone git://github.com/drnic/github-tmbundle.git "GitHub.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
Source can be viewed or forked via GitHub: https://github.com/drnic/github-tmbundle/tree/master
To install without Git:
wget https://github.com/drnic/github-tmbundle/tarball/master
open drnic-github-tmbundle*
rm drnic-github-tmbundle*.tar.gz
mv drnic-github-tmbundle* GitHub.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
Either way, restart TextMate or select "Reload Bundles" from the Bundles >> Bundle Editor menu.
Author
Dr Nic Williams, drnicwilliams@gmail.com, https://drnicwilliams.com
This feature is coming soon. Sit tight!