# 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
# ```
# <br/>
+#
# ```bash
# pathman remove ~/.local/bin
# ```
# <br/>
+#
# ```bash
# pathman list
# ```
# tagline: The Rust Toolchain
# description: |
# A language empowering everyone to build reliable and efficient software.
+#
+# Rust is the modern language used to build all of your favorite CLI tools, such as
+# - rg (ripgrep, modern grep)
+# - fd (modern find)
+# - sd (modern sed)
+# - lsd (modern ls)
+# - bat (modern cat)
# examples: |
# ```bash
# cargo install ripgrep
# ```
# <br/>
+#
# ```bash
# cargo new hello --bin
# cargo build --release