← Back to context

Comment by epogrebnyak

1 month ago

I just released an update to a command line utility that inspects PATH environment variable. It's in Python, switched to uv from poetry, added new color scheme with rich and made some change to the logic how symlinks are processed.

https://github.com/epogrebnyak/justpath

Also wrote a small clone in Rust, just to try the language: https://github.com/epogrebnyak/justpath.rs

So far Python is easier for me, but I transferred some code organisation ideas from Rust to Python.

Extra benefit of Rust is that you can get a runnable binary, in Python, well there is a lot you are installing even for a simple utility.

Someone made a PR on brew installer for the Python utility, but it seems fully claude code and I'm not sure it is the best way to package brew.