{"id":22348647,"url":"https://github.com/bsmth/hashpipe","last_synced_at":"2025-03-26T11:11:52.853Z","repository":{"id":266242526,"uuid":"156909160","full_name":"bsmth/hashpipe","owner":"bsmth","description":"Pipe your Ruby hashes here!","archived":false,"fork":false,"pushed_at":"2020-06-02T08:58:42.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T03:35:10.055Z","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/bsmth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-11-09T19:33:58.000Z","updated_at":"2020-06-02T08:58:44.000Z","dependencies_parsed_at":"2024-12-08T17:02:32.862Z","dependency_job_id":null,"html_url":"https://github.com/bsmth/hashpipe","commit_stats":null,"previous_names":["bsmth/hashpipe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsmth%2Fhashpipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsmth%2Fhashpipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsmth%2Fhashpipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsmth%2Fhashpipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsmth","download_url":"https://codeload.github.com/bsmth/hashpipe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245641442,"owners_count":20648644,"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-12-04T10:24:18.080Z","updated_at":"2025-03-26T11:11:52.830Z","avatar_url":"https://github.com/bsmth.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hashpipe\n\nThis gem is a simple command line utility that formats and colorizes ruby hashes.\nPipe hashes to this little gem and bask in the formatted, colorized glory!\n\n## Installation\n\nInstall using rubygems:\n\n    $ gem install hashpipe\n\nYou can add it to your application's Gemfile if you're that way inclined:\n\n```ruby\ngem 'hashpipe'\n```\n\n## Usage\n\nIf you `.inspect` or console log a hash, pipe it directly to hashpipe like so:\n\n```ruby\n# myscript.rb\nmyhash.inspect\n```\n\n    $ ruby myscript.rb | hashpipe  \n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hashpipe. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## Acknowledgments\n\nThis gem relies heavily on Norman Clarke's [Hash Formatter](https://github.com/norman/hash_formatter) which is a standard Ruby library.\nThe only additions here are the colorization using escape sequences and that it is bundled as a Rubygem for easy install and use on the command line.\n\n**Norman Clarke's acknowledgments:**\n\n\u003eIt uses [Ruby Parser](https://github.com/seattlerb/ruby_parser) and [Ruby2Ruby](https://github.com/seattlerb/ruby2ruby) rather than regular expressions, letting it parse even the trickiest Ruby code with ease.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Hashpipe project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/hashpipe/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsmth%2Fhashpipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsmth%2Fhashpipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsmth%2Fhashpipe/lists"}