[
  {
    "name": "adsb-reg-parser",
    "title": "ADS-B ICAO24 → Country + Registration",
    "description": "Determines the country and registration number of an aircraft by its 24-bit ICAO address (Mode S hex) using three strategies: algorithmic decoder, tie-up database, range lookup.",
    "languages": [
      "Markdown",
      "Python"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/adsb-reg-parser/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/adsb-reg-parser/README.md"
  },
  {
    "name": "find-and-rename",
    "title": "find-and-rename",
    "description": "Bulk path replacement in files (e.g., during user migration).",
    "languages": [
      "Bash",
      "Markdown"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/find-and-rename/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/find-and-rename/README.md"
  },
  {
    "name": "fio-iops-probe",
    "title": "fio-iops-probe",
    "description": "Storage benchmark via FIO — measures IOPS for different block sizes and modes.",
    "languages": [
      "Bash",
      "Markdown"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/fio-iops-probe/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/fio-iops-probe/README.md",
    "en_title": "FIO IOPS Probe for Storage Benchmarking",
    "en_description": "Measures IOPS for various block sizes and access modes using FIO to assess storage performance."
  },
  {
    "name": "helpfull-tools-site",
    "title": "static catalog site generator",
    "description": "Generates a Material Design showcase site for all utilities from tools/*/ of the helpfull-tools repository.",
    "languages": [
      "Bash",
      "Dockerfile",
      "JSON",
      "Markdown",
      "Python",
      "Text"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/helpfull-tools-site/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/helpfull-tools-site/README.md"
  },
  {
    "name": "minio-deploy",
    "title": "minio-deploy",
    "description": "Deploy distributed MinIO S3 storage on systemd.",
    "languages": [
      "Bash",
      "Config",
      "Markdown",
      "YAML"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/minio-deploy/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/minio-deploy/README.md"
  },
  {
    "name": "mpp2md",
    "title": "MPP → Markdown converter",
    "description": "Converts Microsoft Project files (.mpp.mpt) to Markdown with ASCII graphics.",
    "languages": [
      "Bash",
      "Markdown",
      "Python"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/mpp2md/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/mpp2md/README.md",
    "en_title": "MPP to Markdown Converter with ASCII Graphics",
    "en_description": "Converts Microsoft Project files (.mpp, .mpt) to Markdown,"
  },
  {
    "name": "nvme-health",
    "title": "nvme-health",
    "description": "NVMe disk and Btrfs filesystem health monitoring.",
    "languages": [
      "Bash",
      "Markdown"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/nvme-health/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/nvme-health/README.md",
    "en_title": "NVMe Disk and Btrfs Health Monitor",
    "en_description": "Monitors health of NVMe disks and Btrfs filesystems for potential issues."
  },
  {
    "name": "opensearch-docker",
    "title": "opensearch-docker",
    "description": "Single-node OpenSearch (Elasticsearch-compatible) in Docker Compose.",
    "languages": [
      "Markdown",
      "YAML"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/opensearch-docker/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/opensearch-docker/README.md"
  },
  {
    "name": "proxmox-optimize",
    "title": "proxmox-optimize",
    "description": "Proxmox VE configuration analysis and optimization: virtual machines, containers, resource overcommit.",
    "languages": [
      "Markdown",
      "Python"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/proxmox-optimize/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/proxmox-optimize/README.md"
  },
  {
    "name": "purge-stale-video-dirs",
    "title": "purge-stale-video-dirs",
    "description": "Removes video directories that no longer contain any video files. Intended for cron.",
    "languages": [
      "Bash",
      "Markdown"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/purge-stale-video-dirs/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/purge-stale-video-dirs/README.md",
    "en_title": "Purge Stale Video Directories via Cron",
    "en_description": "Removes directories that no longer contain any video files, designed for scheduled cron jobs."
  },
  {
    "name": "skyrim-save-rename",
    "title": "skyrim-save-rename",
    "description": "Renames Skyrim saves: transliterates Cyrillic to Latin (character names, titles).",
    "languages": [
      "Bash",
      "Markdown"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/skyrim-save-rename/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/skyrim-save-rename/README.md",
    "en_title": "Skyrim Save Cyrillic to Latin Renamer",
    "en_description": "Renames Skyrim save files by transliterating Cyrillic character names and titles to Latin script."
  },
  {
    "name": "system-monitor",
    "title": "system-monitor",
    "description": "Lightweight Linux system monitoring daemon that sends alerts to Telegram when CPU, memory, disk, or swap usage exceed configurable thresholds.",
    "languages": [
      "Bash",
      "Config",
      "Markdown",
      "Python"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/system-monitor/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/system-monitor/README.md"
  },
  {
    "name": "throttle-detect",
    "title": "throttle-detect",
    "description": "CPU throttling detector using turbostat.",
    "languages": [
      "Bash",
      "Markdown"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/throttle-detect/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/throttle-detect/README.md"
  },
  {
    "name": "time-track",
    "title": "time-track",
    "description": "Work time tracker with CSV storage. Compatible with the legacy bash script.",
    "languages": [
      "Markdown",
      "Python"
    ],
    "tree_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/tree/main/tools/time-track/",
    "readme_url": "https://git.nyan404.ru/nyan404/helpfull-tools/-/blob/main/tools/time-track/README.md",
    "en_title": "Work Time Tracker with CSV Storage",
    "en_description": "Tracks work hours via CLI, stores data in CSV files, and is compatible with legacy bash scripts."
  }
]