For example, I was curious about all the places that define functions starting with lift:
And then to read the output, I use a google spreadsheet:
Run with:
find * -name *.scala -type f -print0 | xargs -0 ruby lift.rb | pbcopy
pbcopy is the mac utility that copies stdout to the clipboard, so it's fast to run this from the command line, switch to the spreadsheet, and hit paste.
No comments:
Post a Comment