{"id":13785295,"url":"https://github.com/ambientlight/GithubIssuesExtension","last_synced_at":"2025-05-11T20:32:57.041Z","repository":{"id":101090792,"uuid":"74845020","full_name":"ambientlight/GithubIssuesExtension","owner":"ambientlight","description":"Xcode editor extension that adds an ability to post and edit github issues through comment templates","archived":true,"fork":false,"pushed_at":"2017-04-15T16:21:47.000Z","size":2598,"stargazers_count":28,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T19:09:21.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ambientlight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-11-26T19:06:57.000Z","updated_at":"2023-11-01T11:15:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cde7df7-0447-47d6-872a-c7bbdfcc2acc","html_url":"https://github.com/ambientlight/GithubIssuesExtension","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambientlight%2FGithubIssuesExtension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambientlight%2FGithubIssuesExtension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambientlight%2FGithubIssuesExtension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambientlight%2FGithubIssuesExtension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ambientlight","download_url":"https://codeload.github.com/ambientlight/GithubIssuesExtension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225094401,"owners_count":17419986,"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-08-03T19:00:58.898Z","updated_at":"2024-11-17T21:31:15.223Z","avatar_url":"https://github.com/ambientlight.png","language":"Swift","readme":"![image](https://raw.githubusercontent.com/ambientlight/GithubIssuesExtension/master/Contents/appIcon256.png)\n\n## Github Issues Xcode Extension\n\nHave you even been creating github issues while coding and adding them as `//TODO:` into your source files? Now you won't need to leave xcode while doing that!\n\nThis extension adds github issues support to xcode editor.  \nCapabilities: \n\n* Create new github issue\n* Modify existing github issue\n* Remove all `TODO:` blocks that are linked to github issues if issues are already closed\n\nCommands:\n\n* Create new issue template\n* Create modify issue template\n* Synchronize Issues (commits issue template to github)\n* Remove closed issues\n\n## Create New Github Issue\n\n![image](https://raw.githubusercontent.com/ambientlight/GithubIssuesExtension/master/Contents/newIssue.gif)\n\nOwner and repository name are automatically inferred from the source file header. Project name is treated as a repository, while the name of the the copyright holder is treated as repository owner.\n\n``assignee`` parameter is optional.  \n``Description`` and `Title` can be multiline. \nEmpty comment line ``//`` or parameter line will end the tile,\nwhile in description, empty comment line will be treated as newlines.  \n\n## Modify Existing Github Issue\n\n![image](https://raw.githubusercontent.com/ambientlight/GithubIssuesExtension/master/Contents/modifyIssue.gif)\n\nIf shouldOverrideDescription is not specified, the new description will be appended to existing one. \n\n``title``, `assignee`, `status`, `shouldOverrideDescription` are optional.\n\n## Adding code into issue description\n\n![image](https://raw.githubusercontent.com/ambientlight/GithubIssuesExtension/master/Contents/issueWithCodeInDescription.png)\n\nThe code in between `// \u003ccode\u003e` and `// \u003c/code\u003e` will be present as part of the issue description. Code language (for syntax highlighting) will be derived from source file extension present in xcode generated source file header. Multiple code blocks are allowed within the same issue. The example demonstrated above will look on github in the following way:\n\n![image](https://raw.githubusercontent.com/ambientlight/GithubIssuesExtension/master/Contents/issueWithCodeOnGithub.png)\n\n## App Store\n\nWill be available later after we play enough with this initial release\n\n## Installation\n\n1. Clone the repo and open ``GithubIssuesExtension.xcodeproj``\n2. Enable signing for both the Application and the Xcode Editor Extension\n3. Run Product -\u003e Archive\n4. Open Window -\u003e Organizer -\u003e Right click on generated archive -\u003e Show in Finder\n5. Right click on archive -\u003e Show Package Contents\n6. Open ``Products/Applications``\n7. Drag ``GithubIssuesExtension.app`` to your Applications folder.\n8. Navigate to your Github Settings (in browser). \n9. Go to `Personal access token` (which should be last in the list on the left)\n10. Click on `Generate new token` (if you don't have one already)\n11. __(Optionally add repo scope if you intend to use this plugin with private repos.)__\n12. Generate token and copy it.\n13. Open ``GithubIssuesExtension.app``. Paste the token into `GithubIssueExtension` app and hit return. \n14. Close the app.\n15. Open System Preferences -\u003e Extensions -\u003e Xcode Source Editor and enable this extension.\n16. You should now be able to access the extension under Editor -\u003e Github Issues\n17. I recommend you adding the following shortcut to this plugin commands. (Xcode -\u003e Preferences -\u003e Key Bindings -\u003e search Github Issues) \n\n* Create New Issue Template _(control + option + command + N)_\n* Create Modify Issue Template _(control + option + command + M)_\n* Synchronize Issues _(control + option + command + P)_\n* Remove closed issues _(control + option + command + R)_\n","funding_links":[],"categories":["Utility","The list"],"sub_categories":["Misc Utilities","Collaborations with internal/external services"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambientlight%2FGithubIssuesExtension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambientlight%2FGithubIssuesExtension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambientlight%2FGithubIssuesExtension/lists"}