{
  "format": "dev.bypop.handypaste.mac",
  "version": 1,
  "exportedAt": "2026-09-25T00:00:00Z",
  "items": [
    {
      "name": "HandyPaste Examples",
      "children": [
        {
          "name": "Email",
          "children": [
            {
              "name": "Sign-off",
              "text": "Best regards,\n{{input:Your name}}"
            },
            {
              "name": "Signature",
              "text": "Best regards,\n{{var:Name}}\n{{var:Company}} · {{var:Phone}}"
            },
            {
              "name": "Quick reply",
              "text": "Hi {{input:Name}},\n\n{{choose:Answer=Thanks for your message. I'll get back to you today.|Thanks, that works for me.|Sorry, I can't make it this time.}}\n\n{{snippet:Signature}}"
            },
            {
              "name": "Follow-up",
              "text": "Hi {{input:Name}},\n\nJust following up on my note from last week. Would {{date+2d:EEEE}} or {{date+3d:EEEE}} work for a quick call?\n\nThanks,"
            }
          ]
        },
        {
          "name": "Customer support",
          "children": [
            {
              "name": "Refund approved",
              "text": "Hi {{input:Customer name}},\n\nGood news: your refund for order {{input:Order number}} has been approved. You'll see it on your statement within 3–5 business days.\n\nAnything else I can help with? Just reply to this email."
            },
            {
              "name": "Ask for details",
              "text": "Hi {{input:Customer name=there}},\n\nThanks for reaching out! To look into this, could you send us:\n\n{{choose:What we need=your order number and a photo of the item|the email address you ordered with|a screenshot of the error message}}\n\nWe'll get back to you as soon as we hear from you."
            },
            {
              "name": "Case notes",
              "text": "{{date:yyyy-MM-dd HH:mm}} · {{input:Channel}}\nCustomer: {{input:Customer name}}\nIssue: {{cursor}}\nResolution:"
            }
          ]
        },
        {
          "name": "Sales and business",
          "children": [
            {
              "name": "Meeting notes",
              "text": "Meeting notes — {{date:full}}\n\nAttendees: {{cursor}}\n\nDecisions:\n\nNext steps:"
            },
            {
              "name": "Invoice reminder",
              "text": "Hi {{input:Name}},\n\nA friendly reminder that invoice {{input:Invoice number}} for {{input:Amount}} is due on {{date+7d:EEEE d MMMM}}.\n\nPayment details are on the invoice. Thanks!"
            },
            {
              "name": "Company details",
              "text": "{{var:Company}}\n{{var:Address}}\nVAT: {{input:VAT number=GB123456789}}"
            }
          ]
        },
        {
          "name": "Developers",
          "children": [
            {
              "name": "Commit message",
              "text": "{{choose:Type=feat|fix|docs|refactor|test|chore}}: {{cursor}}"
            },
            {
              "name": "Pull request description",
              "text": "## What\n\n{{cursor}}\n\n## Why\n\n## How to test\n\n1."
            },
            {
              "name": "Terminal: find what's using a port",
              "text": "lsof -nP -iTCP:{{input:Port=3000}} -sTCP:LISTEN"
            },
            {
              "name": "Jinja template",
              "text": "{% for user in users %}\n  <li>{{ user.name }}</li>\n{% endfor %}"
            },
            {
              "name": "Code review comment",
              "text": "nit: {{cursor}} (non-blocking)"
            }
          ]
        },
        {
          "name": "AI prompts",
          "children": [
            {
              "name": "Proofread what you copied",
              "text": "Proofread the text below. Fix grammar and spelling, keep my tone, and list what you changed.\n\n{{clipboard}}"
            },
            {
              "name": "Explain code",
              "text": "Explain what this code does, step by step, then suggest one improvement:\n\n{{clipboard}}"
            },
            {
              "name": "Rewrite in a tone",
              "text": "Rewrite the text below so it sounds {{choose:Tone=friendlier|more formal|shorter|more confident}}. Keep the meaning.\n\n{{clipboard}}"
            }
          ]
        },
        {
          "name": "Forms",
          "children": [
            {
              "name": "Contact form",
              "text": "{{var:Name}}{{tab}}{{var:Email}}{{tab}}{{var:Phone}}{{tab}}{{input:Message…}}"
            },
            {
              "name": "Expense row in a spreadsheet",
              "text": "{{date:yyyy-MM-dd}}{{tab}}{{input:Merchant}}{{tab}}{{input:Amount}}{{tab}}{{choose:Category=Travel|Meals|Software|Office}}{{enter}}"
            },
            {
              "name": "Log in to a test account",
              "text": "{{input:Email=test@example.com}}{{tab}}{{input:Password}}{{enter}}"
            }
          ]
        }
      ]
    }
  ]
}
