Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created January 4, 2024 21:17
Show Gist options
  • Save dasgoll/958b2098ffe3d1b10c43814598f4ef0f to your computer and use it in GitHub Desktop.
Save dasgoll/958b2098ffe3d1b10c43814598f4ef0f to your computer and use it in GitHub Desktop.
Use jq to urlencode a string
jq -rn --arg x 'café' '$x|@uri'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment