DEV Community

Discussion on: Reflect as You Work: My Python Project Workflow

 
rhymes profile image
rhymes

Glad you're liking it! That's really neat!

These two aliases I set in my shell might be of help (still hope they'll add them at some point):

pipenv-installed='pipenv graph --bare | grep "^\w" | sort --ignore-case'
pipenv-outdated='pipenv update --dev --outdated --dry-run'
Thread Thread
 
therealdarkmage profile image
darkmage

Thanks for the aliases!

Thread Thread
 
flopi profile image
Flo P

Thanks for the aliases!!!!