format markdown
authorAJ ONeal <aj@therootcompany.com>
Tue, 28 Apr 2020 03:42:10 +0000 (03:42 +0000)
committerAJ ONeal <aj@therootcompany.com>
Tue, 28 Apr 2020 03:42:10 +0000 (03:42 +0000)
pathman/pathman.bash
rustlang/rustlang.bash
webi/webi.bash

index 7de2693a9918b85e6d04243925189ab71fa704dc..1fa9396cc18817e86967d924be4832c6fd9b7479 100644 (file)
@@ -4,19 +4,21 @@
 # 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
 #   ```
index df5a8e43a6d53e9fde93847bf3349633c7e47c98..e95f17285aa44c1cf313c91c9d89603cfa958248 100644 (file)
@@ -5,11 +5,19 @@
 # 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
index af6a4d8f45610a14d6af6208722da3384ca27ec8..1becb36e1f0236b8a86780707f9f88afbf433af1 100644 (file)
 #   webi node
 #   ```
 #   <br/>
+#
 #   ```bash
 #   webi golang
 #   ```
 #   <br/>
+#
 #   ```bash
 #   webi rustlang
 #   ```