{"id":15372937,"url":"https://github.com/rs/qrinfo","last_synced_at":"2025-04-15T12:31:27.027Z","repository":{"id":257789241,"uuid":"859699006","full_name":"rs/qrinfo","owner":"rs","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-19T06:58:03.000Z","size":9,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T21:02:47.919Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-19T06:06:06.000Z","updated_at":"2024-11-08T05:11:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"9aa7ad4f-c607-40c8-9d17-a53f45fa3c85","html_url":"https://github.com/rs/qrinfo","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"84806de4ef02c642af9e978f2384dc9388bd7a93"},"previous_names":["rs/qrinfo"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rs%2Fqrinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rs%2Fqrinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rs%2Fqrinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rs%2Fqrinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rs","download_url":"https://codeload.github.com/rs/qrinfo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249072201,"owners_count":21208136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T13:53:44.186Z","updated_at":"2025-04-15T12:31:26.791Z","avatar_url":"https://github.com/rs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QRCode Info Reader\n\nThe `qrinfo` command outputs the contents of a QR code along with its encoding parameters.\n\n```\n$ qrinfo /path/to/image.png\nData: some QRCode example\nVersion: 3\nECC: H\nMask: 3\nData Type: Byte\nECI: ISO-8859-1 (default)\n```\n\n## Install\n\nDirect downloads are available through the [releases page](https://github.com/rs/qrinfo/releases/latest).\n\nUsing [homebrew](http://brew.sh/) on macOS (Go not required):\n\n```\nbrew install rs/tap/qrinfo\n```\n\nFrom source:\n\n```\ngo install github.com/rs/qrinfo@latest\n```\n\n## Usage\n\nThe `qrinfo` command supports multiple methods for providing the QR code image data:\n\n### Command Line Argument\n\nPass the path to the image as the first and only argument:\n\n```\nqrinfo /path/to/image\n```\n\n### Standard Input\n\nSend the image data via standard input:\n\n```\nqrinfo \u003c /path/to/image\n\nsome-command | qrinfo\n```\n\n### Clipboard\n\nIf `qrinfo` is executed without arguments and no piped input, it will attempt to fetch image data from your clipboard, if available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frs%2Fqrinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frs%2Fqrinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frs%2Fqrinfo/lists"}