Skip to content

Prikaz98/grpclient.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRPClient

gRPCurl query builder from plain-text sheets havily inspired by restclient.el

Install

  1. Install gRPCurl
  2. Clone repository to your local directory
  3. 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)))
  1. Check example file

Key-map

kdbfunction
C-c C-vgrpclient-send-current
C-c C-ugrpclient-copy-grpcurl-to-clipboard
C-c C-lgrpclient-describe
<tab>grpclient-toggle-pretty-body

Screenshot

examples/grpclient-el.png

Demo

examples/grpclient-el.gif

About

gRPC client for Emacs based on beautiful grpcurl

Resources

License

Stars

Watchers

Forks