fish/functions/spotlight-tail.fish @ db3b3354c94b

latex is a joke
author Steve Losh <steve@stevelosh.com>
date Thu, 17 Sep 2015 16:32:19 +0000
parents d66bfb2537fe
children (none)
function spotlight-tail -d "Watch what Spotlight is doing"
    sudo fs_usage -w -f filesys mdworker | grep "open"
end