fish/functions/hi.fish @ 5311f9e651b7

Fuck You Complete Me
author Steve Losh <steve@stevelosh.com>
date Sun, 02 Mar 2014 17:20:02 -0500
parents d66bfb2537fe
children (none)
function hi --argument pattern -d "Highlight a pattern in a stream of text"
    grep -E --color=always --line-buffered "$pattern|\$"
end