I recently published shot, which stands for: Screenshot Helper for OSX Terminal.
It a python CLI that I use day to day to copy / move / rename screenshots and videos.
I also created a much smaller bash implementation first.
I learned a lot about python packaging from building osxdocker, and decided not to publish this package to pypi since it’s Mac/OSX specific. Instead I created a homebrew tap to make it easy to install on mac, like this:
brew install conorsheehan1/conorsheehan1/shot
It can still be installed via pip, just not from pypi. It can be pip installed from github like this:
pip install https://github.com/ConorSheehan1/shot/releases/latest/download/shot.tar.gz
All installation options are listed at https://github.com/ConorSheehan1/shot#install
I’ve found it fairly useful and I hope someone else will too.