tmux-copycat icon indicating copy to clipboard operation
tmux-copycat copied to clipboard

FR: tmux-copycat (C-a C-u) for url search is not consistent with tmux-urlview

Open thiagowfx opened this issue 5 years ago • 0 comments

Consider the following terminal session:

$ echo www.google.com
www.google.com

https://github.com/tmux-plugins/tmux-urlview (triggered with C-a u) will list www.google.com as one of the potential URL matches. Copycat (C-a C-u), however, will not.

Compare that to

$ echo http://www.google.com
http://www.google.com

...where both copycat and urlview will trigger the URL (that includes http://).

I believe it would be a better user experience (speaking for myself, at least) to converge the behavior of both plug-ins to be the same. Ideally, www.google.com (or any other URL without http://, for that matter) should be matched by both plug-ins.

thiagowfx avatar Jul 02 '20 06:07 thiagowfx