{"id":16943445,"url":"https://github.com/jmettraux/bxs","last_synced_at":"2026-05-06T11:31:35.163Z","repository":{"id":66241488,"uuid":"85679948","full_name":"jmettraux/bxs","owner":"jmettraux","description":"Bundle Exec rSpec - a wrapper for `bundle exec rspec`","archived":false,"fork":false,"pushed_at":"2024-01-03T06:14:01.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T07:41:58.927Z","etag":null,"topics":["rspec","ruby","shell"],"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/jmettraux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-03-21T08:59:16.000Z","updated_at":"2022-07-15T05:16:35.000Z","dependencies_parsed_at":"2023-07-23T17:00:31.891Z","dependency_job_id":null,"html_url":"https://github.com/jmettraux/bxs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmettraux/bxs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmettraux%2Fbxs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmettraux%2Fbxs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmettraux%2Fbxs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmettraux%2Fbxs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmettraux","download_url":"https://codeload.github.com/jmettraux/bxs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmettraux%2Fbxs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261827689,"owners_count":23215792,"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":["rspec","ruby","shell"],"created_at":"2024-10-13T21:14:25.964Z","updated_at":"2026-05-06T11:31:30.126Z","avatar_url":"https://github.com/jmettraux.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# bxs\n\nBundle Exec rSpec\n\nA script to run Rspec in detail.\n\nGiven specs that output\n```\n(...)\n\nFinished in 0.38381 seconds (files took 0.10018 seconds to load)\n43 examples, 3 failures, 1 pending\n\nFailed examples:\n\nrspec ./spec/eo_time_spec.rb:540 # EtOrbi::EoTime.make accepts a Date\nrspec ./spec/eo_time_spec.rb:562 # EtOrbi::EoTime.make accepts a String (Zulu)\nrspec ./spec/eo_time_spec.rb:582 # EtOrbi::EoTime.make accepts a String (ss-01)\n```\nthen\n```\nbxs 0     # ---\u003e will run bundle exec rspec ./spec/eo_time_spec.rb:540\nbxs -1    # ---\u003e will run bundle exec rspec ./spec/eo_time_spec.rb:582\nbxs 0 -1  # ---\u003e will run both first and last faulty spec\nbxs :540  # ---\u003e will run bundle exec rspec ./spec/eo_time_spec.rb:540\n\nbxs i     # ---\u003e will list the current indexes (the list of shortcuts)\n```\n\nThere is also\n```\nbxs r   # ---\u003e reads the while .bxsinfo data and pretty prints it\n```\n\n\n## preparation (installation)\n\n```\n $ cd bin/\nbin $ ln -s ~/work/bxs/src/bxs\n```\n\n\n## .bxspre\n\nFor example:\n```\n# let's max the heap size\njruby -J-Xms512m -J-Xmx512m -S\n```\n\nIf this `.bxspre` file is present, its first non-comment non-empty line gets added before `bundle exec rspec ...` when calling `bxs`.\n\n\n\n## license\n\nMIT, see [LICENSE.txt](LICENSE.txt)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmettraux%2Fbxs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmettraux%2Fbxs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmettraux%2Fbxs/lists"}