alexykn 2 days ago Problem: My path is a mess and I got annoyed with cargo / different toolchains etc. often being the wrong executablesI also am building a package manager on the side so swapping between having it's bin directory and homebrew's be up top in PATH is a concernThis thing is my solution, maybe someone wants to take a look :DIt lets you list all paths for an executable with their indices and then swap, move or "prefer" paths based on indexFor managing the path with it the shell integrations are a must
Problem: My path is a mess and I got annoyed with cargo / different toolchains etc. often being the wrong executables
I also am building a package manager on the side so swapping between having it's bin directory and homebrew's be up top in PATH is a concern
This thing is my solution, maybe someone wants to take a look :D
It lets you list all paths for an executable with their indices and then swap, move or "prefer" paths based on index
For managing the path with it the shell integrations are a must