{"id":29874635,"url":"https://github.com/cetanu/taskrunner.nvim","last_synced_at":"2025-07-31T00:44:28.015Z","repository":{"id":306189219,"uuid":"1020865550","full_name":"cetanu/taskrunner.nvim","owner":"cetanu","description":"Plugin to make it easy to run your project commands","archived":false,"fork":false,"pushed_at":"2025-07-24T06:49:12.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-24T07:50:57.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cetanu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-07-16T14:08:14.000Z","updated_at":"2025-07-24T06:49:16.000Z","dependencies_parsed_at":"2025-07-24T08:02:39.967Z","dependency_job_id":null,"html_url":"https://github.com/cetanu/taskrunner.nvim","commit_stats":null,"previous_names":["cetanu/taskrunner.nvim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/cetanu/taskrunner.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cetanu%2Ftaskrunner.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cetanu%2Ftaskrunner.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cetanu%2Ftaskrunner.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cetanu%2Ftaskrunner.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cetanu","download_url":"https://codeload.github.com/cetanu/taskrunner.nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cetanu%2Ftaskrunner.nvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267968107,"owners_count":24173627,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-07-31T00:44:26.704Z","updated_at":"2025-07-31T00:44:27.990Z","avatar_url":"https://github.com/cetanu.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# taskrunner.nvim\n\nMake it convenient to run your tasks from within Neovim, for many different task runner providers\n\n## Providers\n\n* Makefile\n* Justfile\n* Rakefile\n* Invoke\n* Cargo (kinda)\n\nFeel free to contribute your own provider!\n\n## Install\n\n```lua\n{\n    \"cetanu/taskrunner.nvim\",\n    event = \"VeryLazy\",\n    config = function()\n      require(\"task_runner\").setup({\n        providers = {\n          make = true,\n          just = true,\n          rake = true,\n          invoke = true,\n          cargo = true,\n        }\n      })\n    end,\n}\n```\n\n## Usage\n\nInside your project, use the command `:TaskRunner`\n\nWhich will show a list of tasks you can execute.\n\n![Display](https://raw.githubusercontent.com/cetanu/taskrunner.nvim/refs/heads/master/img/display.png)\n\nNavigate using regular vim motions and select task with `\u003center\u003e`\n\nUpon selection, a window will display the output\n\n![Output](https://raw.githubusercontent.com/cetanu/taskrunner.nvim/refs/heads/master/img/output.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcetanu%2Ftaskrunner.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcetanu%2Ftaskrunner.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcetanu%2Ftaskrunner.nvim/lists"}