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 (
| name | age | message | |
|---|---|---|---|
| |
Commands/ | Wed Jun 04 15:53:11 -0700 2008 | [drnic] |
| |
README.markdown | Sun Jun 08 23:02:10 -0700 2008 | [drnic] |
| |
Support/ | Sun Jun 08 23:02:10 -0700 2008 | [drnic] |
| |
info.plist | Wed Jun 04 15:53:11 -0700 2008 | [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: http://github.com/drnic/github-tmbundle/tree/master
To install without Git:
wget http://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, http://drnicwilliams.com




