[
  {
    "description": "The cheat sheet of Jujutsu.",
    "languages": [
      "JavaScript",
      "CSS"
    ],
    "last_updated": "2026-08-11T19:43:47Z",
    "license": [
      {
        "name": "MIT License",
        "spdx": "mit",
        "url": "http://choosealicense.com/licenses/mit/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/jj-cheat-sheet.svg"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/jj-cheat-sheet/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/jj-cheat-sheet"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/jj-cheat-sheet"
      }
    ],
    "name": "jj-cheat-sheet",
    "owner": "tamada",
    "releases": [],
    "topics": [
      "cheatsheet",
      "jujutsu"
    ]
  },
  {
    "description": "My home-brew recipes.",
    "languages": [
      "Ruby",
      "Rust"
    ],
    "last_updated": "2026-08-11T23:48:27Z",
    "license": [
      {
        "name": "Creative Commons Zero v1.0 Universal",
        "spdx": "cc0-1.0",
        "url": "http://choosealicense.com/licenses/cc0-1.0/"
      }
    ],
    "links": [
      {
        "label": "repository",
        "url": "https://github.com/tamada/homebrew-tap"
      },
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/homebrew-tap.jpg"
      }
    ],
    "name": "homebrew-tap",
    "owner": "tamada",
    "releases": [],
    "topics": []
  },
  {
    "description": "Pseudo-REST static API generator",
    "languages": [
      "Dockerfile",
      "Just",
      "Elvish",
      "Shell",
      "PowerShell"
    ],
    "last_updated": "2026-08-05T06:21:23Z",
    "license": [
      {
        "name": "MIT License",
        "spdx": "mit",
        "url": "http://choosealicense.com/licenses/mit/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/fauxrest.svg"
      },
      {
        "label": "docs",
        "url": "https://docs.rs/fauxrest/latest"
      },
      {
        "label": "registry",
        "url": "https://crates.io/crates/fauxrest"
      },
      {
        "label": "container",
        "url": "https://quay.io/repository/tama5/fauxrest"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/fauxrest/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/fauxrest"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/fauxrest"
      }
    ],
    "name": "fauxrest",
    "owner": "tamada",
    "releases": [
      {
        "description": "## What's Changed\n* test: cover numeric derive type preservation by @atharvafulay in https://github.com/tamada/fauxrest/pull/14\n* fix: reject $filter comparisons whose operand kinds cannot be evaluated by @tamada in https://github.com/tamada/fauxrest/pull/24\n* feat: derive template values from filtered data, and add $derive.exclude by @tamada in https://github.com/tamada/fauxrest/pull/25\n* fix: publish output only after the whole build succeeds by @tamada in https://github.com/tamada/fauxrest/pull/26\n* docs: correct the serializer configuration example by @tamada in https://github.com/tamada/fauxrest/pull/30\n* chore: drop the directives $emit replaced by @tamada in https://github.com/tamada/fauxrest/pull/31\n* fix: reject a $-prefixed key that is not a directive by @tamada in https://github.com/tamada/fauxrest/pull/35\n* feat: land $skip and the unknown-directive check on main by @tamada in https://github.com/tamada/fauxrest/pull/36\n* feat: write the whole API as one file with bundle by @tamada in https://github.com/tamada/fauxrest/pull/37\n* fix: send --help and --version to stdout with status 0 by @tamada in https://github.com/tamada/fauxrest/pull/39\n* Release v0.0.5 by @tamada in https://github.com/tamada/fauxrest/pull/40\n\n## New Contributors\n* @atharvafulay made their first contribution in https://github.com/tamada/fauxrest/pull/14\n\n**Full Changelog**: https://github.com/tamada/fauxrest/compare/v0.0.4...v0.0.5",
        "name": "Release v0.0.5",
        "release_date": "2026-08-05T06:24:37Z"
      }
    ],
    "topics": [
      "rest-api",
      "static-api",
      "static-api-generator"
    ]
  },
  {
    "description": "Simple options picker in CLI.",
    "languages": [
      "Rust"
    ],
    "last_updated": "2026-02-09T03:20:15Z",
    "license": [
      {
        "name": "MIT License",
        "spdx": "mit",
        "url": "http://choosealicense.com/licenses/mit/"
      }
    ],
    "links": [
      {
        "label": "docs",
        "url": "https://docs.rs/pick-a-boo/latest"
      },
      {
        "label": "registry",
        "url": "https://crates.io/crates/pick-a-boo"
      },
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/pick-a-boo.png"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/pick-a-boo/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/pick-a-boo"
      }
    ],
    "name": "pick-a-boo",
    "owner": "tamada",
    "releases": [
      {
        "description": "- Add short labels to items (#9 , #10 ).\r\n- As a result, the macro became bloated, so it was separated into a different crate ([pick-a-boo-macros](https://crates.io/crates/pick-a-boo-macros)).\r\n  - This macro's crate is publicly available.\r\n- Subsequently, the version number increased due to changes like GitHub Actions scripts for automated releases, but the core functionality remains unchanged.\r\n\r\nThe binaries of `pick-a-boo` are not available on GitHub. \r\nPlease use `pick-a-boo` with `cargo`.",
        "name": "v0.1.6",
        "release_date": "2026-02-09T03:30:17Z"
      }
    ],
    "topics": [
      "library",
      "select-options",
      "terminal",
      "yes-or-no"
    ]
  },
  {
    "description": "The software birthmark toolkit for real-world executables",
    "languages": [
      "Rust",
      "Shell",
      "Java",
      "Python",
      "Just"
    ],
    "last_updated": "2026-07-20T06:51:14Z",
    "license": [
      {
        "name": "MIT License",
        "spdx": "mit",
        "url": "http://choosealicense.com/licenses/mit/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/oinkie.png"
      },
      {
        "label": "container",
        "url": "https://quay.io/repository/tama5/oinkie"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/oinkie/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/oinkie"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/oinkie/"
      }
    ],
    "name": "oinkie",
    "owner": "tamada",
    "releases": [
      {
        "description": "## What's Changed\n* Improve path handling in CSV outputs by @tamada in https://github.com/tamada/oinkie/pull/6\n* feat: implement lift subcommand by @tamada in https://github.com/tamada/oinkie/pull/8\n* Release: Merge develop2 into main by @tamada in https://github.com/tamada/oinkie/pull/7\n* docs: implement structured Hugo website content by @tamada in https://github.com/tamada/oinkie/pull/9\n* feat: add full and lightweight Dockerfiles for oinkie by @tamada in https://github.com/tamada/oinkie/pull/10\n* Releases/v0.2.1 -- Add shell completions, lock dependencies, and automate publishing workflows by @tamada in https://github.com/tamada/oinkie/pull/11\n\n\n**Full Changelog**: https://github.com/tamada/oinkie/commits/v0.2.1",
        "name": "Release v0.2.1",
        "release_date": "2026-06-25T07:23:45Z"
      }
    ],
    "topics": [
      "birthmark-toolkit",
      "birthmarks",
      "plagiarism-detection",
      "software-theft-detection",
      "ghidra-pcode"
    ]
  },
  {
    "description": "Minimal and alternative ls implementation in Rust.",
    "languages": [
      "Rust",
      "Dockerfile",
      "Just"
    ],
    "last_updated": "2026-07-25T08:06:22Z",
    "license": [
      {
        "name": "Creative Commons Zero v1.0 Universal",
        "spdx": "cc0-1.0",
        "url": "http://choosealicense.com/licenses/cc0-1.0/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/lis.png"
      },
      {
        "label": "container",
        "url": "https://quay.io/repository/tama5/lis"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/lis/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/lis"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/lis"
      }
    ],
    "name": "lis",
    "owner": "tamada",
    "releases": [
      {
        "description": "## What's Changed\n* Improve tests and docs by @tamada in https://github.com/tamada/lis/pull/14\n* Gemini by @tamada in https://github.com/tamada/lis/pull/13\n* feat: add Containerfile and Justfile for Docker containerization by @tamada in https://github.com/tamada/lis/pull/16\n* feat: add documentation and configuration files for lis project by @tamada in https://github.com/tamada/lis/pull/15\n* Releases/v0.0.11 by @tamada in https://github.com/tamada/lis/pull/17\n\n\n**Full Changelog**: https://github.com/tamada/lis/compare/v0.0.10...v0.0.11",
        "name": "Release v0.0.11",
        "release_date": "2026-06-19T03:22:04Z"
      }
    ],
    "topics": [
      "filesystem",
      "list-files"
    ]
  },
  {
    "description": "A phonetic code encoder/decoder written in Rust",
    "languages": [
      "Shell",
      "Rust",
      "Dockerfile"
    ],
    "last_updated": "2026-02-20T04:36:31Z",
    "license": [
      {
        "name": "MIT License",
        "spdx": "mit",
        "url": "http://choosealicense.com/licenses/mit/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/spellout.svg"
      },
      {
        "label": "docs",
        "url": "https://docs.rs/spellout/latest"
      },
      {
        "label": "registry",
        "url": "https://crates.io/crates/spellout"
      },
      {
        "label": "container",
        "url": "https://ghcr.io/tamada/spellout"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/spellout/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/spellout"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/spellout/"
      }
    ],
    "name": "spellout",
    "owner": "tamada",
    "releases": [
      {
        "description": "## Commits\n- 67c9b83: Add permissions for id-token in publish_to_crates_io job (Haruaki Tamada) [#3](https://github.com/tamada/spellout/pull/3)",
        "name": "Release v0.1.1",
        "release_date": "2026-02-20T04:36:32Z"
      }
    ],
    "topics": [
      "encoder-decoder",
      "phonetic-code"
    ]
  },
  {
    "description": "Git Ignore Managenement System for Multiple Repositories.",
    "languages": [
      "Rust",
      "Dockerfile",
      "Just",
      "HTML"
    ],
    "last_updated": "2026-08-08T12:10:13Z",
    "license": [
      {
        "name": "MIT License",
        "spdx": "mit",
        "url": "http://choosealicense.com/licenses/mit/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/gixor.svg"
      },
      {
        "label": "docs",
        "url": "https://docs.rs/gixor/latest"
      },
      {
        "label": "registry",
        "url": "https://crates.io/crates/gixor"
      },
      {
        "label": "container",
        "url": "https://quay.io/repository/tama5/gixor"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/gixor/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/gixor"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/gixor/"
      }
    ],
    "name": "gixor",
    "owner": "tamada",
    "releases": [
      {
        "description": "## What's Changed\n* Release v0.5.2 by @tamada in https://github.com/tamada/gixor/pull/52\n\n\n**Full Changelog**: https://github.com/tamada/gixor/compare/v0.5.1...v0.5.2",
        "name": "Release v0.5.2",
        "release_date": "2026-08-08T11:44:53Z"
      }
    ],
    "topics": [
      "gitignore",
      "gitignore-generator",
      "cli",
      "command-line-tool",
      "git"
    ]
  },
  {
    "description": "A tool for extracting/archiving files and directories in several formats.",
    "languages": [
      "Rust",
      "Dockerfile"
    ],
    "last_updated": "2026-07-20T06:42:47Z",
    "license": [
      {
        "name": "MIT License",
        "spdx": "mit",
        "url": "http://choosealicense.com/licenses/mit/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/totebag.jpg"
      },
      {
        "label": "docs",
        "url": "https://docs.rs/totebag/latest"
      },
      {
        "label": "registry",
        "url": "https://crates.io/crates/totebag"
      },
      {
        "label": "container",
        "url": "https://ghcr.io/tamada/totebag"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/totebag/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/totebag"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/totebag"
      }
    ],
    "name": "totebag",
    "owner": "tamada",
    "releases": [
      {
        "description": "## What's Changed\n* feat: add crate publishing step to the release workflow with trusted … by @tamada in https://github.com/tamada/totebag/pull/72\n\n\n**Full Changelog**: https://github.com/tamada/totebag/compare/v0.8.15...v0.8.16",
        "name": "Release v0.8.16",
        "release_date": "2026-01-25T10:53:27Z"
      }
    ],
    "topics": [
      "archiver",
      "command-line-utilities",
      "compressor",
      "decompressor",
      "unarchiver"
    ]
  },
  {
    "description": "Detecting the build tools in use.",
    "languages": [
      "Rust",
      "Dockerfile",
      "HTML",
      "CSS",
      "Pkl"
    ],
    "last_updated": "2026-07-20T06:40:13Z",
    "license": [
      {
        "name": "MIT License",
        "spdx": "mit",
        "url": "http://choosealicense.com/licenses/mit/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/btmeister.svg"
      },
      {
        "label": "docs",
        "url": "https://docs.rs/btmeister/latest"
      },
      {
        "label": "registry",
        "url": "https://crates.io/crates/btmeister"
      },
      {
        "label": "container",
        "url": "https://ghcr.io/tamada/btmeister"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/btmeister/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/btmeister"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/btmeister"
      }
    ],
    "name": "btmeister",
    "owner": "tamada",
    "releases": [
      {
        "description": "",
        "name": "Release v0.7.4",
        "release_date": "2025-01-31T11:47:39Z"
      }
    ],
    "topics": [
      "build-tool",
      "project-analysis"
    ]
  },
  {
    "description": "Heatmap generator.",
    "languages": [
      "Shell",
      "Dockerfile",
      "Rust"
    ],
    "last_updated": "2026-07-25T08:08:04Z",
    "license": [
      {
        "name": "MIT License",
        "spdx": "mit",
        "url": "http://choosealicense.com/licenses/mit/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/heatman.svg"
      },
      {
        "label": "docs",
        "url": "https://docs.rs/heatman/latest"
      },
      {
        "label": "registry",
        "url": "https://crates.io/crates/heatman"
      },
      {
        "label": "container",
        "url": "https://ghcr.io/tamada/heatman"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/heatman/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/heatman"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/heatman"
      }
    ],
    "name": "heatman",
    "owner": "tamada",
    "releases": [
      {
        "description": "",
        "name": "Release v0.1.1",
        "release_date": "2026-06-19T07:09:27Z"
      }
    ],
    "topics": [
      "command-line-utilities",
      "csv",
      "data-visualization",
      "heatmap"
    ]
  },
  {
    "description": "Small Object Programming Checker.",
    "languages": [
      "Java",
      "HTML",
      "Shell",
      "Makefile",
      "Dockerfile"
    ],
    "last_updated": "2026-07-20T06:41:06Z",
    "license": [
      {
        "name": "Apache License 2.0",
        "spdx": "apache-2.0",
        "url": "http://choosealicense.com/licenses/apache-2.0/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/9rules.svg"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/9rules/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/9rules"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/9rules/"
      }
    ],
    "name": "9rules",
    "owner": "tamada",
    "releases": [
      {
        "description": "",
        "name": "v1.1.1",
        "release_date": "2020-09-23T07:22:55Z"
      }
    ],
    "topics": [
      "java8",
      "code-analysis",
      "code-review",
      "code-quality"
    ]
  },
  {
    "description": "peripheral utility commands for the shell.",
    "languages": [
      "Dockerfile",
      "Makefile",
      "Go",
      "HTML",
      "CSS"
    ],
    "last_updated": "2023-08-05T08:56:35Z",
    "license": [
      {
        "name": "MIT License",
        "spdx": "mit",
        "url": "http://choosealicense.com/licenses/mit/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/peripherals.svg"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/peripherals/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/peripherals"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/peripherals"
      }
    ],
    "name": "peripherals",
    "owner": "tamada",
    "releases": [
      {
        "description": "",
        "name": "Release v1.0.1",
        "release_date": "2023-08-05T08:56:35Z"
      }
    ],
    "topics": []
  },
  {
    "description": "Java birthmark toolkit, detecting the software theft by native characteristics of the programs.",
    "languages": [
      "Java",
      "HTML",
      "JavaScript",
      "CSS",
      "Dockerfile"
    ],
    "last_updated": "2026-05-08T17:53:32Z",
    "license": [
      {
        "name": "Apache License 2.0",
        "spdx": "apache-2.0",
        "url": "http://choosealicense.com/licenses/apache-2.0/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/pochi.png"
      },
      {
        "label": "container",
        "url": "https://ghcr.io/tamada/pochi"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/pochi/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/pochi"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/pochi"
      }
    ],
    "name": "pochi",
    "owner": "tamada",
    "releases": [
      {
        "description": "",
        "name": "Release v2.6.0",
        "release_date": "2021-12-13T05:24:16Z"
      }
    ],
    "topics": [
      "birthmarks",
      "plagiarism-detection",
      "software-theft-detection",
      "java9module",
      "birthmark-toolkit"
    ]
  },
  {
    "description": "get next/previous sibling directory name.",
    "languages": [
      "Shell",
      "Rust",
      "Just",
      "AppleScript",
      "Elvish"
    ],
    "last_updated": "2026-08-07T11:43:04Z",
    "license": [
      {
        "name": "Do What The F*ck You Want To Public License",
        "spdx": "wtfpl",
        "url": "http://choosealicense.com/licenses/wtfpl/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/sibling.png"
      },
      {
        "label": "docs",
        "url": "https://docs.rs/sibling/latest"
      },
      {
        "label": "registry",
        "url": "https://crates.io/crates/sibling"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/sibling/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/sibling"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/sibling/"
      }
    ],
    "name": "sibling",
    "owner": "tamada",
    "releases": [
      {
        "description": "## Bug Fixes\n- build the document site with the Hugo which the theme asks for [#47](https://github.com/tamada/sibling/pull/47) ([Haruaki Tamada](https://github.com/tamada/sibling/commit/37955eb3e39191c6db73078eab6aa2aefaa62d71))",
        "name": "Release v3.0.0",
        "release_date": "2026-08-07T04:51:08Z"
      }
    ],
    "topics": [
      "directory-traversal",
      "utility",
      "shell"
    ]
  },
  {
    "description": "another implementation of wc (word count) accepting archives, directories, and file lists.",
    "languages": [
      "Makefile",
      "Go",
      "Dockerfile",
      "Shell"
    ],
    "last_updated": "2026-07-20T06:39:06Z",
    "license": [
      {
        "name": "Apache License 2.0",
        "spdx": "apache-2.0",
        "url": "http://choosealicense.com/licenses/apache-2.0/"
      }
    ],
    "links": [
      {
        "label": "logo",
        "url": "https://tamada.github.io/api/assets/wildcat.svg"
      },
      {
        "label": "container",
        "url": "https://ghcr.io/tamada/wildcat"
      },
      {
        "label": "sbom",
        "url": "https://api.github.com/repos/tamada/wildcat/dependency-graph/sbom"
      },
      {
        "label": "repository",
        "url": "https://github.com/tamada/wildcat"
      },
      {
        "label": "www",
        "url": "https://tamada.github.io/wildcat"
      }
    ],
    "name": "wildcat",
    "owner": "tamada",
    "releases": [
      {
        "description": "* show progress bar (#30),\r\n* do not read the hidden files by the default (#32),\r\n* show entry count in the total line (#33),\r\n* fix the bug fails to open the directory contains the space on the PowerShell, Windows (#34), and\r\n* change order of options in the help message.",
        "name": "v1.2.0",
        "release_date": "2021-04-28T06:47:01Z"
      }
    ],
    "topics": [
      "word-count",
      "golang",
      "rest-api",
      "docker",
      "cli-app"
    ]
  }
]