A simple utility to view, edit, and search your $PATH
Shorthand | Flag | Description |
---|---|---|
h |
--help |
Display this page and exit |
v |
--version |
Display the version and exit |
l |
--list |
List all locations in $PATH (same as find with no keyword) |
f |
--find |
Find locations in $PATH including search keyword |
a |
--add |
Add location to the $PATH, and open a new bash prompt |
p |
--purge |
Unsets everything in $PATH, it will be empty |
n |
--number |
List locations in $PATH with numbers on side |
git clone https://github.com/JakeRoggenbuck/pathfinder
cargo install --path pathfinder