mattbrictson / bundle_update_interactive

A stylish interactive mode for Bundler, inspired by `yarn upgrade-interactive`
MIT License
137 stars 3 forks source link

Open changelog url when `o` key is pressed #32

Closed mattbrictson closed 1 month ago

mattbrictson commented 1 month ago

Add a key binding for opening the changelog URL. Now you can navigate to a gem with up/down and press o (lower-case letter o) to open the URL in your default web browser.

This implementation depends on the launchy gem. Refer to its README for information on configuring which browser is used.

TODO

Closes #30

mattbrictson commented 1 month ago

@spilth does this look good to you?

dylnclrk commented 1 month ago

What a neat feature!

spilth commented 1 month ago

@spilth does this look good to you?

Very cool - thank you!