{"id":17309953,"url":"https://github.com/drnic/github-tmbundle","last_synced_at":"2025-05-08T21:25:26.467Z","repository":{"id":401303,"uuid":"19624","full_name":"drnic/github-tmbundle","owner":"drnic","description":"TextMate bundle for working with GitHub","archived":false,"fork":false,"pushed_at":"2015-06-11T16:01:55.000Z","size":311,"stargazers_count":229,"open_issues_count":10,"forks_count":37,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-02T03:53:44.167Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drnic.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-05-26T04:36:40.000Z","updated_at":"2024-05-17T16:38:56.000Z","dependencies_parsed_at":"2022-07-07T15:11:19.776Z","dependency_job_id":null,"html_url":"https://github.com/drnic/github-tmbundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drnic%2Fgithub-tmbundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drnic%2Fgithub-tmbundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drnic%2Fgithub-tmbundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drnic%2Fgithub-tmbundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drnic","download_url":"https://codeload.github.com/drnic/github-tmbundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238044095,"owners_count":19407128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T12:34:02.492Z","updated_at":"2025-02-10T02:09:28.824Z","avatar_url":"https://github.com/drnic.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"GitHub TextMate bundle\n--------------------\n\nContains the following commands specific to the current file:\n\n* Show in GitHub - opens the current file in github, and selects the same lines that are selected in the current file\n* 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\n\nContains the following commands specific to the repository:\n\n* Show Network in GitHub - opens the \"Network\" view in GitHub so you can see who has interesting commits that you don't have\n\nContains the following commands for creating [gists](http://gist.github.com):\n\n* 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.\n* Create private gist from selection - same as above, but the Gist will be private.\n\nPrerequisites\n=============\n\nThe bundle requires Ruby, RubyGems, and the \n[git](http://www.jointheconversation.org/rubygit/) RubyGem:\n\n\t\tsudo gem install git\n\nInstallation\n============\n\nTo install via Git:\n\n\t\tmkdir -p ~/Library/Application\\ Support/TextMate/Bundles\n\t\tcd ~/Library/Application\\ Support/TextMate/Bundles\n\t\tgit clone git://github.com/drnic/github-tmbundle.git \"GitHub.tmbundle\"\n\t\tosascript -e 'tell app \"TextMate\" to reload bundles'\n\nSource can be viewed or forked via GitHub: [http://github.com/drnic/github-tmbundle/tree/master](http://github.com/drnic/github-tmbundle/tree/master)\n\nTo install without Git:\n\n\t\tmkdir -p ~/Library/Application\\ Support/TextMate/Bundles\n\t\tcd ~/Library/Application\\ Support/TextMate/Bundles\n\t\twget http://github.com/drnic/github-tmbundle/tarball/master\n\t\ttar zxf drnic-github-tmbundle*.tar.gz\n\t\trm drnic-github-tmbundle*.tar.gz\n\t\tmv drnic-github-tmbundle* GitHub.tmbundle\n\t\tosascript -e 'tell app \"TextMate\" to reload bundles'\n\nTo enable [Gist](http://gist.github.com) support, make sure you've followed the instructions on your [account page](https://github.com/account) for adding your GitHub user and API Token to your global Git config. You can\ncreate gists without specifying your credentials, but they won't be associated with your account.\n\nAuthor\n======\n\nDr Nic Williams, drnicwilliams@gmail.com, [http://drnicwilliams.com](http://drnicwilliams.com)\n\nWith contributions from: \n \n* [Pedro Melo](http://github.com/melo)\n* [Mathias Meyer](http://github.com/mattmatt)\n* [Geoff Cheshire](http://github.com/gtcaz)\n* [Loren Segal](http://github.com/lsegal)\n* [Jesse Newland](http://github.com/jnewland)\n\nLicense\n=======\n\n\n(The MIT License)\n\nCopyright (c) 2010 Dr Nic Williams, drnicwilliams@gmail.com\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrnic%2Fgithub-tmbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrnic%2Fgithub-tmbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrnic%2Fgithub-tmbundle/lists"}