simonw / symbex

Find the Python code for specified symbols
Apache License 2.0
231 stars 6 forks source link

`--count` option #22

Closed simonw closed 1 year ago

simonw commented 1 year ago

I often find myself wanting to count the number of matching symbols:

symbex -s | grep '# File' | wc -l

I should add a --count option, which implies -s.