scooby icon indicating copy to clipboard operation
scooby copied to clipboard

CLI wishlist

Open prisae opened this issue 3 years ago • 0 comments

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 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.

prisae avatar Oct 28 '22 10:10 prisae