tmux-plugins / tmux-open

Tmux key bindings for quick opening of a highlighted file or url
MIT License
631 stars 63 forks source link

New feature open the selected text with google #4

Closed lfv89 closed 9 years ago

lfv89 commented 10 years ago

Hey, this plugin is almost exactly what I wanted to de a few months ago. Back than I was eager to build a plugin that would allow me to highlight some text in copy mode and then google it. This would be especially useful to debug error messages.

I was thinking that maybe tmux-open could have a O binding in order to do exactly that. What do you think? If you like the idea, maybe you could give me some directions to help me build this feature? Tks.

bruno- commented 10 years ago

Hi, this shouldn't be too hard to implement. Let's see if other users like this idea before implementing it.

maximbaz commented 9 years ago

This does sound interesting :+1:

bruno- commented 9 years ago

Hey, @vasconcelloslf submitted a PR for this here: https://github.com/tmux-plugins/tmux-open/pull/5 So if you really want the feature you can grab it from his fork. As you'll notice in the discussion in that PR we started thinking more broadly than just google search..

bruno- commented 9 years ago

Closing since this is implemented via #8