plugin-grc icon indicating copy to clipboard operation
plugin-grc copied to clipboard

grc plugin does not work with path names

Open tannhuber opened this issue 9 years ago • 2 comments

For example,

./configure

doesn't produce colorized output. However, it's possible to use

grc ./configure

instead. The problem is that the plugin redefines commands by functions. If anybody knows how to implement it in a better way, please tell me!

tannhuber avatar Aug 19 '15 11:08 tannhuber

As a workaround, I defined this function as replacement for ./configure:

function grcconf
  grc ./configure
end

tannhuber avatar Sep 19 '15 10:09 tannhuber

I don't know about grc. Interested on other opinions.

bpinto avatar Sep 19 '15 21:09 bpinto