scooby
scooby copied to clipboard
CLI wishlist
Wishlist for improvements / extensions of the CLI (copied over from https://github.com/banesullivan/scooby/pull/86#issuecomment-1200362012)
- Be able to grep for package names so that I could do
scooby django-*and get a list of all thedjango-*packages likedjango-allauth, etc. This would be analogous topip list | grep django- - Have scooby execute a Python script/command with tracked imports. This might look like
scooby --track foo.pywhich would use tracking features to output a tracked report after completion.