top | item 45423692 I built whi for super simple path management (Unix) 2 points| alexykn | 5 months ago |github.com 1 comment order hn newest alexykn|5 months 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
alexykn|5 months 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
alexykn|5 months ago
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