{"id":13995010,"url":"https://github.com/cldwalker/irbfiles","last_synced_at":"2025-03-22T16:30:46.133Z","repository":{"id":66242425,"uuid":"110462","full_name":"cldwalker/irbfiles","owner":"cldwalker","description":"ripl/irb the way I like it (enhanced with boson)","archived":false,"fork":false,"pushed_at":"2021-04-30T05:04:54.000Z","size":908,"stargazers_count":50,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T13:32:10.075Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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.markdown","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":"2009-01-19T15:02:19.000Z","updated_at":"2021-09-28T09:53:27.000Z","dependencies_parsed_at":"2023-02-20T16:46:09.117Z","dependency_job_id":null,"html_url":"https://github.com/cldwalker/irbfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Firbfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Firbfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Firbfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Firbfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cldwalker","download_url":"https://codeload.github.com/cldwalker/irbfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244986299,"owners_count":20542991,"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-08-09T14:03:12.812Z","updated_at":"2025-03-22T16:30:45.737Z","avatar_url":"https://github.com/cldwalker.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"Description\n===========\n\nContains libraries of ruby commands/snippets, some original and some copied.\nThese libraries are managed and run by my command framework, [boson](http://github.com/cldwalker/boson).\nDespite what the project name implies, all these commands can be used within ripl(irb) or from the\ncommandline thanks to boson.\n\nOutline of this Repo\n====================\n\nHere's a brief outline and description of major directories under boson/:\n\n* config/: Boson config directory\n* commands/: Contains all currently used libraries.\n  * core/: Libraries that either extend core Ruby classes or take an object of a core class as its first argument.\n  * public/: Public libraries that I encourage everyone to use. Commands should have descriptions. If something\n    is buggy here feel free to fork and pull.\n    * plugins/: Plugin libraries that extend Boson's behavior.\n    * site/: Libraries related to specific websites and their APIs.\n    * url/: Libraries that generate url strings. To use in conjunction with boson/url\\_libraries\n      plugin in boson/more.\n    * rails/: Rails-related libraries.\n  * exp/: Experimental libraries that one day should be public. These libraries are usually half-baked good ideas that\n    haven't quite realized their full potential. You'll probably to need to run edge versions of\n    hirb and boson for these to work.\n  * personal/: Personal libraries that are specific to my computer setup i.e. my system files or operating system setup.\n* lib/: A local loaded\\_path containing classes used by commands.\n* test/: Tests to go along with libraries.\n* todo/: Interesting snippets, mostly copied, that haven't been converted to commands.\n\nUsing a Library\n===============\n\nIf you want to just try one or two libraries/files under boson/ without boson, simply require and include them:\n\n    $ ripl -f\n    \u003e\u003e require \"boson/commands/public/color\"\n    \u003e\u003e class\u003c\u003cself; include Color; end\n\nNote: this only works for libraries that don't depend on other libraries, don't use boson commands\nand don't rely on boson for default options.\n\nIf you want to install a boson library using boson:\n\n    # make sure to point to the code only url\n    bash\u003e boson install http://github.com/cldwalker/irbfiles/raw/master/boson/commands/public/irb_core.rb\n\nInstall\n=======\n\nIf you want to use boson in ripl(irb) as a I do:\n\n* Clone this project: `git clone git://github.com/cldwalker/irbfiles.git`\n* Install [boson](http://github.com/cldwalker/boson) and all the library dependencies: `bundle\n  install --system`. You can leave off `--system` but then you will need to run\n  `bundle exec` in this directory to use any of the commandline tools like lightning.\n* Save your ~/.irbrc to somewhere else temporarily. *Important* since the next step will symlink\n  over this file.\n* `ruby install.rb` to symlink to ~/.boson and ~/.irbrc\n\nTo see all the command goodies available to you:\n\n    # from bundle exec ripl\n    \u003e\u003e libraries\n\n    # from commandline\n    bash\u003e boson libraries\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcldwalker%2Firbfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcldwalker%2Firbfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcldwalker%2Firbfiles/lists"}