{"id":23255581,"url":"https://github.com/apainintheneck/gemview","last_synced_at":"2026-02-06T11:33:08.854Z","repository":{"id":265737372,"uuid":"896277989","full_name":"apainintheneck/gemview","owner":"apainintheneck","description":"An unofficial TUI for querying rubygems.org","archived":false,"fork":false,"pushed_at":"2025-08-31T06:58:48.000Z","size":3155,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-02T06:43:03.138Z","etag":null,"topics":["gems","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/gemview","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/apainintheneck.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-30T00:07:34.000Z","updated_at":"2025-08-31T06:58:50.000Z","dependencies_parsed_at":"2025-08-17T09:11:08.808Z","dependency_job_id":"00133149-a8de-4087-9d63-32fd22bf0f73","html_url":"https://github.com/apainintheneck/gemview","commit_stats":null,"previous_names":["apainintheneck/gemview"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/apainintheneck/gemview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apainintheneck%2Fgemview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apainintheneck%2Fgemview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apainintheneck%2Fgemview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apainintheneck%2Fgemview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apainintheneck","download_url":"https://codeload.github.com/apainintheneck/gemview/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apainintheneck%2Fgemview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29159597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["gems","ruby"],"created_at":"2024-12-19T11:28:38.687Z","updated_at":"2026-02-06T11:33:08.839Z","avatar_url":"https://github.com/apainintheneck.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gemview\n\n[![Gem Version](https://badge.fury.io/rb/gemview.svg)](https://badge.fury.io/rb/gemview)\n\nAn unofficial TUI interface for querying information from rubygems.org. It uses the [gems](https://rubygems.org/gems/gems) gem internally. It requires the presence of the `less` pager and is tested on macOS and Linux.\n\nNote: This gem is not directly affiliated with `rubygems.org`. It's just a hobby project.\n\n## Usage\n\n```\nCommands:\n  gemview author USERNAME             # Find gems by rubygems.org username\n  gemview info NAME                   # Show gem info\n  gemview releases                    # List the most recent new gem releases\n  gemview search TERM                 # Search for gems\n  gemview updates                     # List the most recent gem updates\n  gemview version                     # Print version\n```\n\n## Navigation\n\nFor menus the arrow keys and j/k can be used for movement. Press enter to select a choice and escape or q to return to the previous menu or quit.\n\nFor paged content `less` is used internally so all the normal navigation commands work as expected.\n\n## Demo\n\n![GIF demoing the info and search subcommands](./assets/gemview-v1.2.0.gif)\n\n## Implementation\n\nChangelog and readme fetching is only supported for `github.com` and `gitlab.com` currently. This works by parsing the URI associated with one of these two sites from gem metadata, building a new URI associated with the given file and trying to download it as a raw file. Let me know if there are any other platforms I should add support for.\n\nMarkdown highlighting is added on a best effort basis and if the parser fails for some reason it just falls back to the raw text file.\n\n## Development\n\n### Testing \u0026 Linting\n\n```console\n$ rake\n```\n\n### Testing\n\n```console\n$ rake spec\n```\n\n### Linting\n\n```console\n$ rake standard\n$ rake standard:fix\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/apainintheneck/gemview.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapainintheneck%2Fgemview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapainintheneck%2Fgemview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapainintheneck%2Fgemview/lists"}