You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wishlist for improvements / extensions of the CLI (copied over from #86 (comment))
Be able to grep for package names so that I could do scooby django-* and get a list of all the django-* packages like django-allauth, etc. This would be analogous to pip list | grep django-
Have scooby execute a Python script/command with tracked imports. This might look like scooby --track foo.py which would use tracking features to output a tracked report after completion.
The text was updated successfully, but these errors were encountered:
Wishlist for improvements / extensions of the CLI (copied over from #86 (comment))
scooby django-*
and get a list of all thedjango-*
packages likedjango-allauth
, etc. This would be analogous topip list | grep django-
scooby --track foo.py
which would use tracking features to output a tracked report after completion.The text was updated successfully, but these errors were encountered: