gRPCurl query builder from plain-text sheets havily inspired by restclient.el
- Install gRPCurl
- Clone repository to your local directory
- Add following configuration in your
init.el
or.emacs
file
(use-package grpclient
:ensure nil
:load-path "~/path/to/grpclient.el/"
:init
(add-to-list 'auto-mode-alist '("\\.grpc\\'" . grpclient-mode)))
- Check example file
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 |