{"id":24159259,"url":"https://github.com/grecodavide/coderunner.nvim","last_synced_at":"2026-05-16T22:03:03.152Z","repository":{"id":171105252,"uuid":"463263853","full_name":"grecodavide/coderunner.nvim","owner":"grecodavide","description":"Run code in neovim","archived":false,"fork":false,"pushed_at":"2023-03-12T20:31:36.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T01:45:19.319Z","etag":null,"topics":["lua","neovim","nvim"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/grecodavide.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":"2022-02-24T18:45:08.000Z","updated_at":"2022-02-27T21:43:51.000Z","dependencies_parsed_at":"2023-07-08T21:16:38.489Z","dependency_job_id":null,"html_url":"https://github.com/grecodavide/coderunner.nvim","commit_stats":null,"previous_names":["grecodavide/coderunner.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grecodavide/coderunner.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grecodavide%2Fcoderunner.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grecodavide%2Fcoderunner.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grecodavide%2Fcoderunner.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grecodavide%2Fcoderunner.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grecodavide","download_url":"https://codeload.github.com/grecodavide/coderunner.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grecodavide%2Fcoderunner.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33120450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"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":["lua","neovim","nvim"],"created_at":"2025-01-12T15:15:26.464Z","updated_at":"2026-05-16T22:03:03.147Z","avatar_url":"https://github.com/grecodavide.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coderunner.nvim\nRun code in neovim's integrated terminal\n\n# Requirements\nThis plugin requires neovim \u003e= 0.6\n\n# Setup\nto set up this plugin, in a lua file require it and give it the commands:\n```lua\nlocal cr = require(\"coderunner\")\ncr.commands = {\n    sh = \"${FP}\",\n    py = \"python ${FP}\"\n    -- note that this is a shell command, so it can be something more elaborate \n    c = \"gcc -o ${N} ${FP};if [[ $? ]];then ${N}; fi\"\n}\n```\nAvailable placeholders are:\n- `${FP}` for the full path\n- `${NE}` for the file name\n- `${N}`  for the file name without extension\n\n\n# Features\nRun current file in a neovim terminal.  \nThe available functions are:  \n- `run_current`\n- `run_file` (requires filepath)\n\nAnd the commands to do the same are:\n- `RunCurrent`\n- `RunFile`\n\nNote that you can create a split like so:\n- `:split | RunCurrent`\n- `:vsplit | RunCurrent`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrecodavide%2Fcoderunner.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrecodavide%2Fcoderunner.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrecodavide%2Fcoderunner.nvim/lists"}