rustodo 2.26.0

A modern, powerful task manager built with Rust
Documentation
{
  "ignorePatterns": [
    {
      "pattern": "^#"
    },
    {
      "pattern": "localhost"
    }
  ],
  "replacementPatterns": [
    {
      "pattern": "^/",
      "replacement": "{{BASEURL}}/"
    }
  ],
  "httpHeaders": [
    {
      "urls": [
        "https://github.com"
      ],
      "headers": {
        "Accept-Encoding": "zstd, br, gzip, deflate"
      }
    }
  ],
  "timeout": "20s",
  "retryOn429": true,
  "retryCount": 3,
  "fallbackRetryDelay": "30s",
  "aliveStatusCodes": [
    200,
    206,
    301,
    302,
    307,
    308,
    403,
    429
  ]
}