falcopackages / falco-cli

Enhance your Django developer experience: CLI and Guides for the Modern Django Developer.
https://falco.oluwatobi.dev/
Other
366 stars 17 forks source link

easy access to the kill command #77

Closed Tobi-De closed 2 months ago

Tobi-De commented 8 months ago

an option for the work command or a hatch script

lsof -i :8000 -sTCP:LISTEN -t | xargs -t kill