[melbourne-pug] Notes from tonight's MPUG meeting

William ML Leslie william.leslie.ttg at gmail.com
Mon Jun 3 13:52:57 CEST 2013


Thinking about your pygrep, I would like to share something similar
I've been using.

alias sgrep='grep -R -E --exclude-dir=.git --exclude-dir=.svn
--exclude-dir=.hg --exclude-dir=test --exclude='\''*~'\''
--binary-files=without-match '

I entirely divorced rope since I started using this sgrep a few years
ago.  You can make it python specific of course, but this happens to
'work' for most of my projects.  And of course there's ack, if you
like that sort of thing.

--
William Leslie

Notice:
Likely much of this email is, by the nature of copyright, covered
under copyright law.  You absolutely may reproduce any part of it in
accordance with the copyright law of the nation you are reading this
in.  Any attempt to deny you those rights would be illegal without
prior contractual agreement.


More information about the melbourne-pug mailing list