update unzip instructions
[webi-installers/.git] / pathman / package.yash
1 # title: Pathman
2 # homepage: https://git.rootprojects.org/root/pathman
3 # tagline: |
4 #   Pathman: cross-platform PATH management for bash, zsh, fish, cmd.exe, and PowerShell.
5 # description: |
6 #   Manages PATH on various OSes and shells
7 #     - Mac, Windows, Linux
8 #     - Bash, Zsh, Fish
9 #     - Command, Powershell
10 # examples: |
11 #   ```bash
12 #   pathman add ~/.local/bin
13 #   ```
14 #   <br/>
15 #
16 #   ```bash
17 #   pathman remove ~/.local/bin
18 #   ```
19 #   <br/>
20 #
21 #   ```bash
22 #   pathman list
23 #   ```
24
25 END