{"id":21502410,"url":"https://github.com/fixrb/fix-command","last_synced_at":"2026-01-24T11:38:50.537Z","repository":{"id":56846631,"uuid":"43317989","full_name":"fixrb/fix-command","owner":"fixrb","description":"Fix extension gem for the fix command.","archived":false,"fork":false,"pushed_at":"2024-05-16T19:11:27.000Z","size":45,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-01T12:31:36.259Z","etag":null,"topics":["command-line","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fixrb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2015-09-28T18:09:21.000Z","updated_at":"2021-06-29T17:11:38.000Z","dependencies_parsed_at":"2024-11-23T18:14:55.430Z","dependency_job_id":"af938302-6ec9-4254-a198-832a58f94c78","html_url":"https://github.com/fixrb/fix-command","commit_stats":{"total_commits":33,"total_committers":3,"mean_commits":11.0,"dds":"0.12121212121212122","last_synced_commit":"e7a1e1bc4d2fa3f3b10745e2f41029ac63a2d85e"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/fixrb/fix-command","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixrb%2Ffix-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixrb%2Ffix-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixrb%2Ffix-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixrb%2Ffix-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fixrb","download_url":"https://codeload.github.com/fixrb/fix-command/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixrb%2Ffix-command/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28727080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["command-line","ruby"],"created_at":"2024-11-23T18:14:50.794Z","updated_at":"2026-01-24T11:38:50.521Z","avatar_url":"https://github.com/fixrb.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fix::Command\n\n[![Version](https://img.shields.io/github/v/tag/fixrb/fix-command?label=Version\u0026logo=github)](https://github.com/fixrb/fix-command/releases)\n[![Yard documentation](https://img.shields.io/badge/Yard-documentation-blue.svg?logo=github)](https://rubydoc.info/github/fixrb/fix-command/main)\n[![CI](https://github.com/fixrb/fix-command/workflows/CI/badge.svg?branch=main)](https://github.com/fixrb/fix-command/actions?query=workflow%3Aci+branch%3Amain)\n[![RuboCop](https://github.com/fixrb/fix-command/workflows/RuboCop/badge.svg?branch=main)](https://github.com/fixrb/fix-command/actions?query=workflow%3Arubocop+branch%3Amain)\n[![License](https://img.shields.io/github/license/fixrb/fix-command?label=License\u0026logo=github)](https://github.com/fixrb/fix-command/raw/main/LICENSE.md)\n\n\u003e Provides the `fix` command with several options.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"fix-command\"\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fix-command\n\n## Usage\n\nFirst, let's see the API:\n\n    $ fix --help\n    Usage: fix \u003cdirectory\u003e [options]\n\n    Specific options:\n            --[no-]debug                 Enable ruby debug\n            --[no-]warnings              Enable ruby warnings\n            --[no-]diff                  Regression test selection\n            --random [SEED]              Predictable randomization\n            --prefix [PREFIX]            Prefix of the spec files\n            --suffix [SUFFIX]            Suffix of the spec files\n\n    Common options:\n        -h, --help                       Show this message\n        -v, --version                    Show the version\n\nAnd second, let's run a test:\n\n    $ fix ./app/ --prefix test_ --suffix --diff\n    \u003e fix /Users/bob/app/duck_fix.rb --diff --random 198142038504094374390860708229193114294 --prefix \"test_\" --suffix \"\"\n\n    /Users/bob/app/duck_fix.rb ..\n\n    Ran 2 tests in 0.000382 seconds\n    100% compliant - 0 infos, 0 failures, 0 errors\n\n### Store Command Line Options\n\nYou can store command-line configuration options in a `.fix` file in two different locations:\n\n* Local: \"`./.fix`\" (i.e. in the project's root directory)\n* Global: \"`~/.fix`\" (i.e. in the user's home directory)\n\n__Fix::Command__ will thus read them as though you typed them on the command-line.\n\nOptions declared in the local file override those in the global file, while those declared in command-line will override any \".fix\" file.\n## Contact\n\n* Home page: https://github.com/fixrb/fix-command\n* Bugs/issues: https://github.com/fixrb/fix-command/issues\n\n## Versioning\n\n__Fix::Command__ follows [Semantic Versioning 2.0](https://semver.org/).\n\n## License\n\nThe [gem](https://rubygems.org/gems/fix-command) is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n***\n\n\u003cp\u003e\n  This project is sponsored by:\u003cbr /\u003e\n  \u003ca href=\"https://sashite.com/\"\u003e\u003cimg\n    src=\"https://github.com/fixrb/fix-command/raw/main/img/sashite.png\"\n    alt=\"Sashite\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffixrb%2Ffix-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffixrb%2Ffix-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffixrb%2Ffix-command/lists"}