| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 23 Dec 2025 23:22:10 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090817151204
location: https://web.archive.org/web/20090817151204/https://github.com/drnic/github-tmbundle/tree/master
server-timing: captures_list;dur=0.776604, exclusion.robots;dur=0.075614, exclusion.robots.policy;dur=0.063365, esindex;dur=0.009991, cdx.remote;dur=28.689793, LoadShardBlock;dur=257.152798, PetaboxLoader3.datanode;dur=89.859543, PetaboxLoader3.resolve;dur=53.723244
x-app-server: wwwb-app244-dc8
x-ts: 302
x-tr: 326
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app244; path=/
x-location: All
x-as: 14061
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: Tue, 23 Dec 2025 23:22:11 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Mon, 17 Aug 2009 15:12:04 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 282ms
x-archive-orig-etag: "a19458b31ce4a16858096ac5d1b3c132"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 23354
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 17 Aug 2009 15:12:04 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
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_11_20090817091230_crawl101_IndexOnly.gpg-c/51_11_20090817150942_crawl101.arc.gz
server-timing: captures_list;dur=0.947350, exclusion.robots;dur=0.033969, exclusion.robots.policy;dur=0.014402, esindex;dur=0.017179, cdx.remote;dur=16.720694, LoadShardBlock;dur=175.421587, PetaboxLoader3.datanode;dur=154.040992, PetaboxLoader3.resolve;dur=101.400181, load_resource;dur=131.487014
x-app-server: wwwb-app244-dc8
x-ts: 200
x-tr: 387
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
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 edit |
| Homepage: | edit |
| Public Clone URL: |
git://github.com/drnic/github-tmbundle.git
Give this clone URL to anyone.
git clone git://github.com/drnic/github-tmbundle.git
|
| Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:drnic/github-tmbundle.git
|
| name | age | message | |
|---|---|---|---|
| |
Commands/ | Sun Jan 18 04:10:32 -0800 2009 | Added support for multifile gists [teamon] |
| |
README.markdown | Mon Dec 22 14:45:36 -0800 2008 | Fixing a typo, Extract not Verbose! Signed-off... [jqr] |
| |
Support/ | Tue Jul 07 06:20:51 -0700 2009 | markdown files are gisted as .md file extension... [drnic] |
| |
info.plist | Sun Jan 18 04:10:32 -0800 2009 | Added support for multifile gists [teamon] |
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
Contains the following commands for creating gists:
- Create gist from selection - will create a gist using your GitHub credentials (see below). It will either use the current selection, or the whole file, using the filename and the currently active language. The URL of the gist will be copied to your clipboard.
- Create private gist from selection - same as above, but the Gist will be private.
Prerequisites
The bundle requires Ruby, RubyGems, and the git RubyGem:
sudo gem install git
Installation
To install via Git:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
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:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
wget https://github.com/drnic/github-tmbundle/tarball/master
tar zxf drnic-github-tmbundle*.tar.gz
rm drnic-github-tmbundle*.tar.gz
mv drnic-github-tmbundle* GitHub.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
To enable Gist support, make sure you've followed the instructions on your account page for adding your GitHub user and API Token to your global Git config. You can create gists without specifying your credentials, but they won't be associated with your account.
Author
Dr Nic Williams, drnicwilliams@gmail.com, https://drnicwilliams.com
With contributions from:
This feature is coming soon. Sit tight!











