fish/functions/spotlight-tail.fish @ e2a961f1d037

More
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Nov 2018 18:11:27 -0500
parents d66bfb2537fe
children (none)
function spotlight-tail -d "Watch what Spotlight is doing"
    sudo fs_usage -w -f filesys mdworker | grep "open"
end