An open API service indexing awesome lists of open source software.

https://github.com/jakeroggenbuck/pathfinder

A simple utility to view, edit, and search your $PATH
https://github.com/jakeroggenbuck/pathfinder

bash linux rust rust-lang

Last synced: 2 months ago
JSON representation

A simple utility to view, edit, and search your $PATH

Awesome Lists containing this project

README

          

# Pathfinder
A simple utility to view, edit, and search your $PATH

-------

## Usage
| 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 |

# Install
```
git clone https://github.com/JakeRoggenbuck/pathfinder
cargo install --path pathfinder
```