{"id":13894967,"url":"https://github.com/hudclark/grpc-nvim","last_synced_at":"2025-07-17T10:31:52.645Z","repository":{"id":88648479,"uuid":"571562092","full_name":"hudclark/grpc-nvim","owner":"hudclark","description":"Grpc Client for Neovim","archived":false,"fork":false,"pushed_at":"2023-01-22T15:28:27.000Z","size":1250,"stargazers_count":30,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-07T18:32:10.434Z","etag":null,"topics":["fennel","grpc","neovim"],"latest_commit_sha":null,"homepage":"","language":"Fennel","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/hudclark.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}},"created_at":"2022-11-28T12:02:35.000Z","updated_at":"2024-08-05T22:53:02.000Z","dependencies_parsed_at":"2024-03-30T20:16:08.643Z","dependency_job_id":null,"html_url":"https://github.com/hudclark/grpc-nvim","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/hudclark%2Fgrpc-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hudclark%2Fgrpc-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hudclark%2Fgrpc-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hudclark%2Fgrpc-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hudclark","download_url":"https://codeload.github.com/hudclark/grpc-nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226255245,"owners_count":17595859,"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":["fennel","grpc","neovim"],"created_at":"2024-08-06T18:01:54.053Z","updated_at":"2024-11-25T00:30:25.974Z","avatar_url":"https://github.com/hudclark.png","language":"Fennel","funding_links":[],"categories":["Fennel"],"sub_categories":[],"readme":"# grpc-nvim\n\nA GRPC client built using [grpcurl](https://github.com/fullstorydev/grpcurl).\n\n![Example](./assets/example.gif)\n\n---\n\n## Install\n\n### Dependencies\n- [grpcurl](https://github.com/fullstorydev/grpcurl) on system path.\n- [plenary.nvim](https://github.com/nvim-lua/plenary.nvim)\n\n### Using packer.nvim\n\n```lua\nuse {\n  \"hudclark/grpc-nvim\",\n  requires = { \"nvim-lua/plenary.nvim\" }\n}\n```\n\n## Usage\n\nPlace your cursor over a valid GRPC request, then `:Grpc`. Results will be shown in a split.\n\nValid GRPC requests are blocks that start with the pattern `^grpc `. Some examples are as follows:\n```proto\n// Describe the server via reflection\ngrpc localhost:50051 list\n\n// Send a request over plaintext.\ngrpc --plaintext localhost:50051 helloworld.Greeter/SayHello\n{\n  \"name\": \"Hudclark\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhudclark%2Fgrpc-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhudclark%2Fgrpc-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhudclark%2Fgrpc-nvim/lists"}