{"id":13896370,"url":"https://github.com/ojroques/nvim-buildme","last_synced_at":"2025-03-21T12:33:07.899Z","repository":{"id":90194162,"uuid":"330457609","full_name":"ojroques/nvim-buildme","owner":"ojroques","description":"A Neovim plugin to run a script using the built-in terminal","archived":false,"fork":false,"pushed_at":"2024-06-17T07:35:59.000Z","size":358,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-12T22:34:13.462Z","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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ojroques.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":"2021-01-17T18:22:05.000Z","updated_at":"2024-07-01T06:10:27.000Z","dependencies_parsed_at":"2023-12-27T10:44:49.539Z","dependency_job_id":null,"html_url":"https://github.com/ojroques/nvim-buildme","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/ojroques%2Fnvim-buildme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojroques%2Fnvim-buildme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojroques%2Fnvim-buildme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojroques%2Fnvim-buildme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ojroques","download_url":"https://codeload.github.com/ojroques/nvim-buildme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221815291,"owners_count":16885156,"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":"2024-08-06T18:02:52.235Z","updated_at":"2024-10-28T10:09:58.388Z","avatar_url":"https://github.com/ojroques.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# nvim-buildme\n\nA Neovim plugin to run a script using the built-in terminal. You can use this\nscript to build a project, run tests, start containers...\n\n## Usage\nThe plugin checks for a Buildme script and runs it in a terminal buffer. By\ndefault, this is a shell script named `.buildme.sh` located in the current\nworking directory.\n\nTo run a Buildme job:\n```lua\nrequire('buildme').run()\n```\n\nTo pass arguments to the Buildme script:\n```lua\nrequire('buildme').run({'arg1', 'arg2'})\n```\n\nTo stop a running Buildme job:\n```lua\nrequire('buildme').stop()\n```\n\nTo edit the Buildme script:\n```lua\nrequire('buildme').edit()\n```\n\nTo jump to the Buildme buffer:\n```lua\nrequire('buildme').jump()\n```\n\n## Configuration\nHere are all available options with their default settings:\n```lua\nrequire('buildme').setup {\n  script = '.buildme.sh',  -- the Buildme script to execute\n  interpreter = 'bash',    -- the interpreter to use (bash, python, ...)\n  wincmd = '',             -- a command to run prior to a Buildme job (split, vsplit, ...)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fojroques%2Fnvim-buildme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fojroques%2Fnvim-buildme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fojroques%2Fnvim-buildme/lists"}