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

https://github.com/alexhsamuel/path

bash library for interactive search path manipulation
https://github.com/alexhsamuel/path

bash classpath path pythonpath

Last synced: 12 days ago
JSON representation

bash library for interactive search path manipulation

Awesome Lists containing this project

README

          

`path.sh` is a bash function for interactive manipulation of search paths, like `PATH` and `PYTHONPATH`.

(demo)

To use it, simply source `path.sh`, possibly in your `~/.bashrc`.

On systems with bash older than version 4 (older OSX versions), source `path-v3.sh` instead.

Invoke `path --help` for usage info.