﻿{
  "type": "AdaptiveCard",
  "version": "1.1",
  "body": [
    {
      "type": "TextBlock",
      "size": "medium",
      "weight": "bolder",
      "text": "Fortune Cookie"
    },
    {
      "type": "ColumnSet",
      "columns": [
        {
          "type": "Column",
          "width": "auto",
          "items": [
            {
              "type": "TextBlock",
              "size": "extraLarge",
              "text": "❝"
            }
          ]
        },
        {
          "type": "Column",
          "width": "stretch",
          "items": [
            {
              "type": "TextBlock",
              "size": "large",
              "italic": true,
              "text": "At work, I managed to introduce a tool that used by hundreds of people. It's called \"bs\". It's an extensible command dispatcher and has a command called \"wtf\" (for \"where to find\" […]). \"wtf\" is like the \"which\" command — it prints the location of commands. Sometimes you want to know all the locations of commands. For that, \"wtf\" has the --lol option (for \"list of locations\"). So something like \"bs wtf --lol wtf\" is a perfectly valid (and useful!) command line.",
              "wrap": true
            },
            {
              "type": "TextBlock",
              "size": "medium",
              "isSubtle": true,
              "text": "— mario-goulart in #chicken"
            }
          ]
        }
      ]
    }
  ],
  "selectAction": {
    "type": "Action.OpenUrl",
    "url": "https://chust.org/fortune/cookies/69a9b0fe58a689126ad9380f"
  },
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "msTeams": {
    "width": "full"
  }
}