fish/functions/spotlight-tail.fish @ dca331c6bf8f

fzero
author Steve Losh <steve@stevelosh.com>
date Wed, 15 Jan 2014 13:03:42 -0500
parents d66bfb2537fe
children (none)
function spotlight-tail -d "Watch what Spotlight is doing"
    sudo fs_usage -w -f filesys mdworker | grep "open"
end