powerpack 0.7.0

⚡ Supercharge your Alfred workflows by building them in Rust!
Documentation
{
  "rerun": 0.5,
  "items": [
    {
      "title": "Hello world!",
      "subtitle": "This is a subtitle",
      "uid": "unique identifier",
      "arg": "/path/to/file.jpg",
      "icon": {
        "type": "filetype",
        "path": "public.jpeg"
      },
      "valid": true,
      "match": "use this to filter",
      "autocomplete": "to this",
      "type": "file:skipcheck",
      "mods": {
        "alt": {
          "arg": "/path/to/modified.jpg"
        },
        "ctrl+shift": {
          "icon": {
            "path": "/path/to/file.png"
          }
        },
        "shift": {
          "valid": false
        },
        "cmd": {
          "subtitle": "⌘ changes the subtitle"
        }
      },
      "text": {
        "copy": "this text will be copied with ⌘C",
        "largetype": "this text will be displayed with ⌘L"
      },
      "quicklookurl": "https://example.com",
      "action": {
        "auto": "~/Pictures",
        "file": "~/Desktop",
        "text": [
          "one",
          "two",
          "three"
        ],
        "url": "https://www.alfredapp.com"
      }
    }
  ]
}