Grpclient.el
gRPC client for Emacs based on beautiful grpcurl
Install / Use
/learn @Prikaz98/Grpclient.elREADME
#+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
- Install [[https://github.com/fullstorydev/grpcurl][gRPCurl]]
- Clone repository to your local directory
- 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
- 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]]
