X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=pathman%2Fpathman.bash;h=1fa9396cc18817e86967d924be4832c6fd9b7479;hb=2767c06c94f67101178f4fff00e20192ddf0dff2;hp=a7ce8677b44a63b433beae775d49cbcab2776b15;hpb=67ba4bb616d5477ba88c6a4e04e6e7c33e7d93bc;p=webi-installers%2F.git diff --git a/pathman/pathman.bash b/pathman/pathman.bash index a7ce867..1fa9396 100644 --- a/pathman/pathman.bash +++ b/pathman/pathman.bash @@ -1,12 +1,28 @@ #!/bin/bash # title: Pathman +# homepage: https://git.rootprojects.org/root/pathman # tagline: cross-platform PATH management for bash, zsh, fish, cmd.exe, and PowerShell # description: | -# Works with -# - Mac, Windows, Linux -# - Bash, Zsh, Fish -# - Command, Powershell +# Manages PATH on various OSes and shells +# - Mac, Windows, Linux +# - Bash, Zsh, Fish +# - Command, Powershell +# examples: | +# ```bash +# pathman add ~/.local/bin +# ``` +#
+# +# ```bash +# pathman remove ~/.local/bin +# ``` +#
+# +# ```bash +# pathman list +# ``` + set -e set -u