fish/functions/spotlight-tail.fish @ d66bfb2537fe

more shit
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jan 2014 09:55:17 -0500
parents (none)
children (none)
function spotlight-tail -d "Watch what Spotlight is doing"
    sudo fs_usage -w -f filesys mdworker | grep "open"
end