0.0
No release in over 3 years
A bundler plugin that provides an interactive CLI to browse gems in your Gemfile, view their details, open their repositories, and update them individually.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 3.1
~> 0.23
 Project Readme

Bundler::Browse

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

image

Keyboard shortcuts:

  • ↑/↓/j/k: Navigate through gems
  • h: Open homepage
  • s: Open source repository
  • u: Update the selected gem (with confirmation)
  • q: Quit

Installation

Install the plugin using Bundler:

bundle plugin install bundler-browse

Usage

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.

Development

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

Contributing

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.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Bundler::Browse project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.