ack3 icon indicating copy to clipboard operation
ack3 copied to clipboard

Add `git ack` alias to docs somewhere

Open petdance opened this issue 4 years ago • 0 comments

@dboehmer came up with this at https://github.com/beyondgrep/ack2/issues/28

git config --global alias.ack '! git ls-files --others --cached --exclude-standard | ack -x'
git ack foo

petdance avatar Jan 02 '21 19:01 petdance