Developer Efficiency byte-by-byte
Background Its almost given that for any Python project I have build in the past 2 year I have been using uv as a way to manage dependencies and virtual environments. Using uv has drastically improved my development experience and as an added bonus improved my development speed. That being I was tired of running the same command over and over again: source .venv/bin/acttivate This is not a big problem but a problem none the less, for each project, multiple times a day I was manually running this command, either auto filling the terminal shell or looking it the past history and running it. On multiple occasional I forgot to run it and it broke the magical zoned-it-zone. ...