From: AJ ONeal Date: Thu, 25 Jun 2020 04:02:23 +0000 (+0000) Subject: switch to README.md X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=039ef9b8673f65a3bbce7fb33e38969626c576b9 switch to README.md --- diff --git a/pathman/README.md b/pathman/README.md new file mode 100644 index 0000000..b1fb727 --- /dev/null +++ b/pathman/README.md @@ -0,0 +1,23 @@ +--- +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 +--- + +```bash +pathman add ~/.local/bin +``` + +```bash +pathman remove ~/.local/bin +``` + +```bash +pathman list +``` diff --git a/pathman/package.yash b/pathman/package.yash deleted file mode 100644 index 438df2d..0000000 --- a/pathman/package.yash +++ /dev/null @@ -1,25 +0,0 @@ -# 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 -# ``` -#
-# -# ```bash -# pathman remove ~/.local/bin -# ``` -#
-# -# ```bash -# pathman list -# ``` - -END