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
- Host: GitHub
- URL: https://github.com/alexhsamuel/path
- Owner: alexhsamuel
- License: mit
- Created: 2017-05-05T23:52:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T12:08:43.000Z (over 7 years ago)
- Last Synced: 2025-06-21T06:43:12.940Z (8 months ago)
- Topics: bash, classpath, path, pythonpath
- Language: Shell
- Size: 71.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`path.sh` is a bash function for interactive manipulation of search paths, like `PATH` and `PYTHONPATH`.

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.