Skip to content

Instantly share code, notes, and snippets.

@zamkot
zamkot / gurl
Last active September 1, 2025 13:25
#!/bin/bash
# A curl wrapper intercepting gRPC calls and redirecting them to grpcurl
#
# Inspired by (amazing) JetBrains HTTP/gRPC client where "Convert to cURL"
# unfortunately pretends that gRPC calls can be handled by curl.
# Well now they can, with this wrapper.
#
# Example:
#