An interactive Bundler plugin that allows you to browse gems in your Gemfile, view their details, open their repositories, and update them individually.

↑/↓/j/k
: Navigate through gemsh
: Open homepages
: Open source repositoryu
: Update the selected gem (with confirmation)q
: Quit
Install the plugin using Bundler:
bundle plugin install bundler-browse
Once installed, simply run this in the directory where your Gemfile is located:
bundle browse
This will display an interactive list of all gems directly specified in your Gemfile. Navigate with arrow keys, and use the keyboard shortcuts to perform actions.
After checking out the repo, run bin/setup
to install dependencies.
To test the plugin locally:
bundle plugin uninstall bundler-browse
bundle plugin install bundler-browse --path .
bundle browse
Bug reports and pull requests are welcome on GitHub at https://github.com/tnagatomi/bundler-browse. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Bundler::Browse project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.