{"id":15489674,"url":"https://github.com/pablopunk/fixquick.nvim","last_synced_at":"2026-01-19T08:01:52.035Z","repository":{"id":225504956,"uuid":"766149745","full_name":"pablopunk/fixquick.nvim","owner":"pablopunk","description":"[WIP] Quick fix for quickfix ","archived":false,"fork":false,"pushed_at":"2024-04-12T17:57:24.000Z","size":18,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-19T08:58:35.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","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/pablopunk.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}},"created_at":"2024-03-02T13:29:39.000Z","updated_at":"2024-03-04T15:25:55.000Z","dependencies_parsed_at":"2024-12-20T06:11:10.280Z","dependency_job_id":"1068da62-5f25-4419-8901-769abf0b3555","html_url":"https://github.com/pablopunk/fixquick.nvim","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.045454545454545414","last_synced_commit":"6b21e1a9ab19dbfb4b531657f8890e525eeac9b0"},"previous_names":["pablopunk/fixquick.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pablopunk/fixquick.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ffixquick.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ffixquick.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ffixquick.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ffixquick.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablopunk","download_url":"https://codeload.github.com/pablopunk/fixquick.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ffixquick.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28563217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-02T07:06:53.382Z","updated_at":"2026-01-19T08:01:52.016Z","avatar_url":"https://github.com/pablopunk.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fixquick.nvim ⚡💻\n\n\u003e *Gain control of the contents of your quickfix list. Modify it, use it, save it.*\n\n\u003e [!IMPORTANT]\n\u003e This is a work in progress. If you find any issues, please [report them](https://github.com/pablopunk/fixquick.nvim/issues/new).\n\n\n## The problem\n\nYou open the quickfix list with a bunch of files (from Telescope... diagnostics... wherever)\nand you want to exclude some of those files from the list. You can't. Quickfix is not modifiable.\n\nBut lets say you're crazy enough to run `:set modifiable` and you make some changes (`:g/tests/d`).\nIt works! **But not really**. Even though you can indeed modify it, it will remain useless. You press\nenter on a file and it will open the one it was in that line before, ignoring your changes.\n\n## The solution\n\n*fixquick.nvim* makes your quickfix list modifiable like any file buffer and when you save it\nit will make the changes permanent. Filtering\n\n## Installation\n\nUsing *lazy.nvim*:\n\n```lua\n{\n  \"pablopunk/fixquick.nvim\",\n  event = \"BufEnter\",\n  config = true\n}\n```\n\nDon't forget to call `require('fixquick').setup()`. In lazy, `config = true` is enough.\n\n## Utils\n\n```lua\nrequire('fixquick').disable() -- disable plugin\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Ffixquick.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablopunk%2Ffixquick.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Ffixquick.nvim/lists"}