jun7 / wyeb

a vim-like webkit2gtk web browser
GNU General Public License v3.0
104 stars 6 forks source link

Open hint link in a external script #43

Closed toniz4 closed 3 years ago

toniz4 commented 3 years ago

In vimb, qutebrowser or luakit i can set a keybind to enter hint mode, select a url, and this url is piped into mpv, so i can watch youtube videos on mpv. It's possible to do that with wyeb?

jun7 commented 3 years ago

It is 'shhint'. (wyeb // shhint 'mpv $LINK') And see 'context-menu:' and 'accels:' section in help page.

toniz4 commented 3 years ago

wyeb created a directory in ~/.config/wyeb., is this the default?

jun7 commented 3 years ago

Yes. I didn't get a point of your question though.

toniz4 commented 3 years ago

Why the trailing dot? there is some reason to that?

jun7 commented 3 years ago

It is a separator for the Suffix. It hasn't to be a dot, even not necessary though. When you use X to the suffix, the dir names are wyeb.X.

toniz4 commented 3 years ago

got it, thanks!