switch to README.md
[webi-installers/.git] / pathman / README.md
diff --git a/pathman/README.md b/pathman/README.md
new file mode 100644 (file)
index 0000000..b1fb727
--- /dev/null
@@ -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
+```