{"id":17003819,"url":"https://github.com/cldwalker/ripl-irb","last_synced_at":"2025-04-12T06:32:34.599Z","repository":{"id":1178028,"uuid":"1075921","full_name":"cldwalker/ripl-irb","owner":"cldwalker","description":"A ripl plugin to smooth the transition from irb","archived":false,"fork":false,"pushed_at":"2013-02-16T05:30:53.000Z","size":909,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-31T10:42:16.132Z","etag":null,"topics":[],"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/cldwalker.png","metadata":{"files":{"readme":"README.rdoc","changelog":"CHANGELOG.rdoc","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-11-12T21:56:41.000Z","updated_at":"2019-08-13T14:38:40.000Z","dependencies_parsed_at":"2022-07-19T04:02:08.783Z","dependency_job_id":null,"html_url":"https://github.com/cldwalker/ripl-irb","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fripl-irb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fripl-irb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fripl-irb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fripl-irb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cldwalker","download_url":"https://codeload.github.com/cldwalker/ripl-irb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223502361,"owners_count":17155938,"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-14T04:32:46.994Z","updated_at":"2024-11-07T11:05:05.302Z","avatar_url":"https://github.com/cldwalker.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"== Description\nA ripl plugin that smooths the transition from irb by mocking out IRB. Safely captures all IRB calls\nand points to ripl equivalents for irb's commands and config options.\n\n== Install\nInstall the gem with:\n\n    sudo gem install ripl-irb\n\n== Usage\n\nFrom the commandline\n\n    $ ripl -rripl/irb\n\nOr add to your ~/.riplrc\n\n    require 'ripl/irb'\n\nWhen your mocked out IRB encounters a ripl equivalent, it prints a message:\n\n    # When encountering a IRB.config[:HISTORY_FILE]\n    Use Ripl.config[:history] instead of IRB.config[:HISTORY_FILE]\n\nWhen you invoke an irb command, you'll get pointed to a similar ripl command:\n\n    \u003e\u003e context\n    See config() in ripl-commands plugin\n\nTo disable printing these messages:\n\n    Ripl.config[:irb_verbose] = false\n\n== Credits\n\n* @me for IRB.conf[:LOAD_MODULES] patch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcldwalker%2Fripl-irb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcldwalker%2Fripl-irb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcldwalker%2Fripl-irb/lists"}