Gist Support for TextMate
gtcaz has begun improving the Gist support in drnic’s GitHub TextMate Bundle ![](https://cloud.githubusercontent.com/assets/391331/13195530/bf6445b4-d769-11e5-98dd-408cb84e3835.png) The Gist support was originally written by mattmatt. It uses gist.rb and supports authentication out of the…
gtcaz has begun improving the Gist support in drnic’s GitHub TextMate Bundle
The Gist support was originally written by mattmatt. It uses gist.rb and supports authentication out of the box – when you make a Gist, it’ll be tied to your GitHub account (assuming you followed the Global Git Config instructions on your account page). It also can detect and set the Gist’s language, based on your current TextMate.
Installation is simple:
cd ~/"Library/Application Support/TextMate/Bundles/" git clone git://github.com/gtcaz/github-tmbundle.git "GitHub.tmbundle" osascript -e 'tell app "TextMate" to reload bundles'
Update: Whoops, mattmatt wrote the Gist support. Updated post.
Written by
Related posts
Code referencing now generally available in GitHub Copilot and with Microsoft Azure AI
Announcing the general availability of code referencing in GitHub Copilot and Microsoft Azure AI, allowing developers to permit code suggestions containing public code matches while receiving detailed information about the match.
The nuances and challenges of moderating a code collaboration platform
Sharing the latest data update to our Transparency Center alongside a new research article on what makes moderating a code collaboration platform unique.
GitHub Copilot now available in github.com for Copilot Individual and Copilot Business plans
With this public preview, we’re unlocking the context of your code and collaborators—and taking the next step in infusing AI into every developer’s workflow.