github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

drnic / github-tmbundle

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 188
    • 16
  • Source
  • Commits
  • Network (16)
  • Issues (3)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

TextMate bundle for working with GitHub — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Updated contributions. 
mattmatt (author)
Sat Dec 12 08:09:15 -0800 2009
commit  bdac808e9ca301de061484d9e5946a1b24b05c3d
tree    693cf4d6ecdffcefaeebaf80098b98f70af4c776
parent  88d0498d83d41a42e2fd29776869448707aaabb3
github-tmbundle /
name age
history
message
directory Commands/ Sun Jan 18 04:10:32 -0800 2009 Added support for multifile gists [teamon]
file README.markdown Sat Dec 12 08:09:15 -0800 2009 Updated contributions. [mattmatt]
directory Support/ Tue Dec 08 14:42:14 -0800 2009 1.9 compatibility fixes [lsegal]
file 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: http://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 http://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, http://drnicwilliams.com

With contributions from:

  • Pedro Melo
  • Mathias Meyer
  • Geoff Cheshire
  • Loren Segal
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server