{"id":15405224,"url":"https://github.com/fnando/sublime-ruby-file-toggle","last_synced_at":"2026-05-06T15:43:07.546Z","repository":{"id":66031480,"uuid":"319743957","full_name":"fnando/sublime-ruby-file-toggle","owner":"fnando","description":"A plugin that switches from implementation to test file and vice-versa. Supports minitest and rspec.","archived":false,"fork":false,"pushed_at":"2020-12-08T19:46:06.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-02T03:31:31.786Z","etag":null,"topics":["minitest","rspec","ruby","sublime-text","sublime-text-package"],"latest_commit_sha":null,"homepage":"","language":"Python","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/fnando.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":"2020-12-08T19:45:57.000Z","updated_at":"2020-12-08T19:46:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e4bc95b-9349-4d56-9e8d-243600aab6d1","html_url":"https://github.com/fnando/sublime-ruby-file-toggle","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"c320dba02bcafb565cd68bc07a99e142aa913909"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-ruby-file-toggle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-ruby-file-toggle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-ruby-file-toggle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-ruby-file-toggle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnando","download_url":"https://codeload.github.com/fnando/sublime-ruby-file-toggle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245955190,"owners_count":20699889,"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":["minitest","rspec","ruby","sublime-text","sublime-text-package"],"created_at":"2024-10-01T16:15:37.958Z","updated_at":"2026-05-06T15:43:07.502Z","avatar_url":"https://github.com/fnando.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruby File Toggle for Sublime Text\n\nA plugin that switches from implementation to test file and vice-versa. Supports\nminitest and rspec.\n\n## Installation\n\n### Setup Package Control Repository\n\n1. Follow the instructions from https://sublime.fnando.com.\n2. Open the command pallete, run “Package Control: Install Package“, then search\n   for “Ruby File Toggle“.\n\n### Git Clone\n\nClone this repository into the Sublime Text “Packages” directory, which is\nlocated where ever the “Preferences” -\u003e “Browse Packages” option in sublime\ntakes you.\n\n## Usage\n\nBy default, you can toggle between files using `super+.`.\n\nYou could set up a keyboard shortcut by adding a keybinding like the following:\n\n```json\n[\n  {\n    \"keys\": [\"super+.\"],\n    \"command\": \"ruby_file_toggle\",\n    \"context\": [\n      {\n        \"key\": \"selector\",\n        \"operator\": \"equal\",\n        \"operand\": \"source.ruby\"\n      }\n    ]\n  }\n]\n```\n\nNotice that nothing will happen if you don’t have either `minitest` or `rspec`\nas your dependency on your Gemfile’s lock file.\n\n## License\n\nCopyright (c) 2020 Nando Vieira\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION Ruby File Toggle SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nswitches from implementation to test file and vice-versa. Supports minitest and\nrspec.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Fsublime-ruby-file-toggle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnando%2Fsublime-ruby-file-toggle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Fsublime-ruby-file-toggle/lists"}