SkillAgentSearch skills...

Grpclient.el

gRPC client for Emacs based on beautiful grpcurl

Install / Use

/learn @Prikaz98/Grpclient.el
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

#+title: GRPClient

[[https://github.com/fullstorydev/grpcurl][gRPCurl]] query builder from plain-text sheets havily inspired by [[https://github.com/pashky/restclient.el][restclient.el]]

  • Install
  1. Install [[https://github.com/fullstorydev/grpcurl][gRPCurl]]
  2. Clone repository to your local directory
  3. Add following configuration in your ~init.el~ or ~.emacs~ file #+begin_src emacs-lisp (use-package grpclient :ensure nil :load-path "~/path/to/grpclient.el/" :init (add-to-list 'auto-mode-alist '("\.grpc\'" . grpclient-mode))) #+end_src
  4. Check [[file:examples/bins.grpc][example file]]
  • Key-map | kdb | function | |---------+-------------------------------------| | C-c C-v | grpclient-send-current | | C-c C-u | grpclient-copy-grpcurl-to-clipboard | | C-c C-l | grpclient-describe | | <tab> | grpclient-toggle-pretty-body |

  • Screenshot [[file:examples/grpclient-el.png]]

  • Demo [[file:examples/grpclient-el.gif]]

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated3mo ago
Forks0

Languages

Emacs Lisp

Security Score

87/100

Audited on Dec 31, 2025

No findings