{"id":20905072,"url":"https://github.com/kaste/sublimelinter-addon-filter","last_synced_at":"2026-03-07T23:01:48.932Z","repository":{"id":66179402,"uuid":"137245034","full_name":"kaste/SublimeLinter-addon-filter","owner":"kaste","description":"Provide filter functions for SL","archived":false,"fork":false,"pushed_at":"2025-06-27T22:06:13.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-29T18:44:55.266Z","etag":null,"topics":["sublime","sublimelinter","sublimelinter-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","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/kaste.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-06-13T16:52:19.000Z","updated_at":"2025-06-27T22:06:06.000Z","dependencies_parsed_at":"2024-11-18T13:25:03.196Z","dependency_job_id":"37d19410-8c7e-490e-bb2e-cca9882fd9be","html_url":"https://github.com/kaste/SublimeLinter-addon-filter","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/kaste/SublimeLinter-addon-filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-addon-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-addon-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-addon-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-addon-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaste","download_url":"https://codeload.github.com/kaste/SublimeLinter-addon-filter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-addon-filter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30236043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["sublime","sublimelinter","sublimelinter-plugin"],"created_at":"2024-11-18T13:21:36.191Z","updated_at":"2026-03-07T23:01:48.915Z","avatar_url":"https://github.com/kaste.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hi!\n\n\nThis is an addon for SublimeLinter. \n\n## Filter errors\n\nThis plugin provides a new command `sublime_linter_addon_filter` available via the Command Palette `SublimeLinter: Filter Errors`. It opens a text input field where you can type search terms. The views will update automatically while typing. Prepend a term with `-` to negate a term. Terms are full regex patterns, e.g. `-W\\d\\d` is totally valid. \n\nAll terms are matched against the string `{filename}: {lintername}: {error_type}: {code}: {message}`. Unsaved views have the filename `\u003cuntitled\u003e`.\n\n\n## Cycle through patterns\n\nUsing this functionality, another command `sublime_linter_addon_cycle_filter_patterns` is provided which takes one argument `patterns` with the type `List[string]`. \n\nYou can define a key binding for example to cycle through 'only warnings/only errors/all'.\n\n    { \"keys\": [\"ctrl+k\", \"ctrl+k\"], \n      \"command\": \"sublime_linter_addon_cycle_filter_patterns\",\n      \"args\": {\n            \"patterns\": [\"warnings: \", \"errors: \", \"\"]\n      } \n    },\n\n## On/Off all errors\n\nThere is an on/off switch which toggles quickly all problems. You can reach the command using the Command Palette `SublimeLinter: On/Off`. Look at [`Default.sublime-commands`](https://github.com/kaste/SublimeLinter-addon-filter/blob/master/Default.sublime-commands) for how this is done.\n\n\n\n## Theme support\n\nThe plugin will set `sl_filtered_errors` if results are filtered. You can use this to customize your theme.\n\n\n## Example and mandatory gif\n\nUsing \n\n```\n  { \"keys\": [\"ctrl+k\", \"ctrl+f\"],\n    \"command\": \"sublime_linter_addon_cycle_filter_patterns\",\n    \"args\": {\n      \"patterns\": [\"-annotations:\", \"annotations:\", \"\"]\n    }\n  },\n```\n\nI switch 'annotations' on and off. \n\n![](https://user-images.githubusercontent.com/8558/45646940-f6192700-bac4-11e8-99f6-6b902cb8f229.gif)\n\nPlease note, that the status bar also indicates by its color that a filter is applied.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaste%2Fsublimelinter-addon-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaste%2Fsublimelinter-addon-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaste%2Fsublimelinter-addon-filter/lists"}