Weechat url hinter is a plugin that open a url on weehcat buffer without touching mouse.
This plugin is available in only Mac OSX.
- Weechat (with ruby)
Url hinter is not still registered as an official script in http://www.weechat.org/scripts/ .
You can't install from /script install
command now, so please execute follow command in
your terminal.
$ curl -o ~/.weechat/ruby/autoload/url_hinter.rb https://raw.githubusercontent.com/tkengo/weechat-url-hinter/master/weechat-url-hinter.rb
And then, restart weechat.
- Type
/url_hinter
command on the input buffer of Weechat. - Then, this plugin searches url strings such as http://... or https://...
- If urls are found, they are highlighted and give hint key to the url.
- When you type a hint key, open the url related to hint key in your default browser.
- You can cancel the hint mode to retype
/url_hinter
in the hint mode.
Url hinter has two options.
/url_hinter first
searches a url that appears first on the current buffer, and then
open the url immediately without entering the hint mode.
/url_hinter continuous
is continuous hint mode. If you have been typed a hint
key, but you'll still stay in the hint mode. You can type a hint key continuous.
And then, all selected urls is opend in browser by typing the enter key.