10x Command Line - Fu

Long examples:

  • curl POST a message to a slack channel
curl -X POST \
  --data-urlencode "payload={\"channel\": \"#private\", \"username\": \"webhookbot\", \"text\": \"Don't forget to drink beer.\", \"icon_emoji\": \":ghost:\"}" \
  https://hooks.slack.com/services/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
Select a repo