mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 01:40:17 +00:00
26 lines
496 B
Plaintext
26 lines
496 B
Plaintext
# title: Pathman
|
|
# homepage: https://git.rootprojects.org/root/pathman
|
|
# tagline: |
|
|
# Pathman: cross-platform PATH management for bash, zsh, fish, cmd.exe, and PowerShell.
|
|
# description: |
|
|
# Manages PATH on various OSes and shells
|
|
# - Mac, Windows, Linux
|
|
# - Bash, Zsh, Fish
|
|
# - Command, Powershell
|
|
# examples: |
|
|
# ```bash
|
|
# pathman add ~/.local/bin
|
|
# ```
|
|
# <br/>
|
|
#
|
|
# ```bash
|
|
# pathman remove ~/.local/bin
|
|
# ```
|
|
# <br/>
|
|
#
|
|
# ```bash
|
|
# pathman list
|
|
# ```
|
|
|
|
END
|