{"id":23913684,"url":"https://github.com/staticf0x/sublime-plugins","last_synced_at":"2026-06-14T18:31:46.282Z","repository":{"id":161570459,"uuid":"636256420","full_name":"staticf0x/sublime-plugins","owner":"staticf0x","description":"My sublime plugins and snippets","archived":false,"fork":false,"pushed_at":"2024-08-04T14:44:23.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-05T09:46:26.305Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/staticf0x.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-04T12:53:32.000Z","updated_at":"2024-08-04T14:44:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"67082a79-38a2-44ee-af40-ce43f1c65b16","html_url":"https://github.com/staticf0x/sublime-plugins","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/staticf0x%2Fsublime-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticf0x%2Fsublime-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticf0x%2Fsublime-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticf0x%2Fsublime-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/staticf0x","download_url":"https://codeload.github.com/staticf0x/sublime-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240357993,"owners_count":19788815,"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":"2025-01-05T09:46:28.442Z","updated_at":"2026-06-14T18:31:41.262Z","avatar_url":"https://github.com/staticf0x.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sublime-plugins\n\nThis repo contains some helpful Sublime Text plugins and snippets\nI use in my daily work.\n\n## Installation\n\nCopy the contents into `~/.config/sublime-text/Packages/User`.\n\n## Configuration\n\nThese plugins use per-project config. The plugin config goes inside each\n`your-project.sublime-project`, inside the `settings` key.\n\nFor example:\n\n```json\n{\n    \"settings\": \n    {\n        \"rulers\": \n        [\n            80,\n            100\n        ],\n        \"gitlab_url\": \"https://gitlab.com/group/project/-/blob/master/{}#L{}\",\n        \"jira_url\": \"https://your.jira.instance.com/browse/{}\",\n    }\n}\n```\n\n## Jira Lookup\n\nThis plugin will find any JIRA ticket number and open the ticket in your web\nbrowser.\n\n### Config\n\n`jira_url` -- `\"https://your.jira.instance.com/browse/{}\"`\n\nThe placeholder is for the ticket number.\n\n## Copy GitLab Link\n\nThis plugin copies a sharable link to a GitLab instance to the open file\ninside a project.\n\n### Config\n\n`gitlab_url` -- `\"https://gitlab.com/group/project/-/blob/master/{}#L{}\"`\n\nFirst placeholder is for the file path, second for the line number.\n\n## Snippets\n\nFor the `breakpoint` snippet it's good to set a shortcut like \u003ckbd\u003ectrl\u003c/kbd\u003e + \u003ckbd\u003eshift\u003c/kbd\u003e + \u003ckbd\u003eb\u003c/kbd\u003e, like this:\n\n```json\n{ \"keys\": [\"ctrl+shift+b\"], \"command\": \"insert_snippet\", \"args\": {\"name\": \"Packages/User/breakpoint.sublime-snippet\"}}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticf0x%2Fsublime-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaticf0x%2Fsublime-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticf0x%2Fsublime-plugins/lists"}