CARVIEW |
We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]
Every repository with this icon (

Every repository with this icon (

Fork of drnic/github-tmbundle | |
Description: | TextMate bundle for working with GitHub |
Clone URL: |
git://github.com/mattmatt/github-tmbundle.git
Give this clone URL to anyone.
git clone git://github.com/mattmatt/github-tmbundle.git
|
name | age | message | |
---|---|---|---|
![]() |
Commands/ | Sun Nov 09 05:47:33 -0800 2008 | Added support to create (private) gists from a ... [mattmatt] |
![]() |
README.markdown | Thu Nov 20 00:43:32 -0800 2008 | Updated README on GitHub credentials. [mattmatt] |
![]() |
Support/ | Wed Nov 19 13:16:14 -0800 2008 | Use file name if available when posting an enti... [Geoff Cheshire] |
![]() |
info.plist | Sun Nov 09 05:47:33 -0800 2008 | Added support to create (private) gists from a ... [mattmatt] |
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:
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.
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: